From f44eadcbb59a99e25898997e0c9671f65f232ad9 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 16 Jan 2024 14:26:35 -0600 Subject: [PATCH] chore: Release clap-verbosity-flag version 2.1.2 --- 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 177bcf5..f424a77 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.2] - 2024-01-16 + ### Fixes - Don't pollute the CLIs help @@ -112,7 +114,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.1...HEAD +[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.2...HEAD +[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 [2.0.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.0.0...v2.0.1 diff --git a/Cargo.lock b/Cargo.lock index 1701529..42696e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "clap-verbosity-flag" -version = "2.1.1" +version = "2.1.2" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 3fd9972..dbcac63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "clap-verbosity-flag" -version = "2.1.1" +version = "2.1.2" description = "Easily add a `--verbose` flag to CLIs using Clap" authors = ["Pascal Hertleif "] repository = "https://github.com/clap-rs/clap-verbosity-flag"