From 99c0859e7bbae0ba0fa9ce18edba2d7032a8c1c3 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 15 Nov 2024 19:57:50 -0600 Subject: [PATCH] chore: Release clap-verbosity-flag version 2.2.3 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c36668e..714f267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [2.2.3] - 2024-11-16 + ### Features - Add `DebugLevel` and `TraceLevel` for exploratory programming @@ -140,7 +142,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.2.0] - 2017-06-02 -[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.2...HEAD +[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.3...HEAD +[2.2.3]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.2...v2.2.3 [2.2.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.2...v2.2.0 diff --git a/Cargo.lock b/Cargo.lock index f866ead..137e3d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "clap-verbosity-flag" -version = "2.2.2" +version = "2.2.3" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index e3d881d..289c73e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ zero_sized_map_values = "warn" [package] name = "clap-verbosity-flag" -version = "2.2.2" +version = "2.2.3" description = "Easily add a `--verbose` flag to CLIs using Clap" authors = ["Pascal Hertleif "] readme = "README.md"