From ab82fa9f9e02d31962c0db88602f5767d24d226c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 15 Dec 2023 14:59:38 -0600 Subject: [PATCH] chore: Release clap-verbosity-flag version 2.1.1 --- 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 d4f1055..cb40ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [2.1.1] - 2023-12-15 + ### Fixes - Tried to clarify help output for `-v` / `-q` @@ -106,7 +108,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.0...HEAD +[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.1...HEAD +[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 [2.0.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v1.0.1...v2.0.0 diff --git a/Cargo.lock b/Cargo.lock index 95bf56c..8c81150 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "clap-verbosity-flag" -version = "2.1.0" +version = "2.1.1" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index bb6b410..1f411df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "clap-verbosity-flag" -version = "2.1.0" +version = "2.1.1" description = "Easily add a `--verbose` flag to CLIs using Clap" authors = ["Pascal Hertleif "] repository = "https://github.com/clap-rs/clap-verbosity-flag"