diff --git a/CHANGELOG.md b/CHANGELOG.md index fa92df8..13aa3ac 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.0] - 2024-02-14 + ### Compatibility - Raised MSRV to 1.73 @@ -122,7 +124,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.1.2...HEAD +[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.2...v2.2.0 [2.1.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.0.1...v2.1.0 diff --git a/Cargo.lock b/Cargo.lock index 79a4b6d..dfc5fe4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "clap-verbosity-flag" -version = "2.1.2" +version = "2.2.0" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 8a06a6c..a1b8098 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "clap-verbosity-flag" -version = "2.1.2" +version = "2.2.0" description = "Easily add a `--verbose` flag to CLIs using Clap" authors = ["Pascal Hertleif "] repository = "https://github.com/clap-rs/clap-verbosity-flag"