diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f6923..97f6e27 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.2] - 2024-09-26 + ### Fixes - Resolve overflow issues @@ -134,7 +136,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.1...HEAD +[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.2...HEAD +[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 [2.1.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.1...v2.1.2 diff --git a/Cargo.lock b/Cargo.lock index a3741b7..64a9563 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "clap-verbosity-flag" -version = "2.2.1" +version = "2.2.2" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 3ffb094..3d8d9f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ zero_sized_map_values = "warn" [package] name = "clap-verbosity-flag" -version = "2.2.1" +version = "2.2.2" description = "Easily add a `--verbose` flag to CLIs using Clap" authors = ["Pascal Hertleif "] readme = "README.md"