From 56b95b9528626a8cef536732fbd05c678865998c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 23 Oct 2023 07:59:00 -0500 Subject: [PATCH] chore: Release clap-verbosity-flag version 2.1.0 --- 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 c5b81bf..c223f01 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.0] - 2023-10-23 + ### Compatibility - Raised MSRV to 1.70.0 @@ -96,7 +98,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.0.1...HEAD +[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.0...HEAD +[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 [1.0.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v1.0.0...v1.0.1 diff --git a/Cargo.lock b/Cargo.lock index 0060853..4bc2c7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "clap-verbosity-flag" -version = "2.0.1" +version = "2.1.0" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 502d232..a947bc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "clap-verbosity-flag" -version = "2.0.1" +version = "2.1.0" description = "Easily add a `--verbose` flag to CLIs using Clap" authors = ["Pascal Hertleif "] repository = "https://github.com/clap-rs/clap-verbosity-flag"