From ea1218fdc776128f4c733f1b05bbddf861c8741d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 26 Nov 2024 12:26:55 -0600 Subject: [PATCH] chore: Release clap-verbosity-flag version 3.0.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 7c490f0..380d8d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [3.0.1] - 2024-11-26 + ### Features - Add `impl From` for logging level and level-filter types @@ -158,7 +160,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/v3.0.0...HEAD +[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.1...HEAD +[3.0.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.3...v3.0.0 [2.2.3]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.2...v2.2.3 [2.2.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.1...v2.2.2 diff --git a/Cargo.lock b/Cargo.lock index b35be83..53cf274 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "clap-verbosity-flag" -version = "3.0.0" +version = "3.0.1" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index caadaeb..0799653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ zero_sized_map_values = "warn" [package] name = "clap-verbosity-flag" -version = "3.0.0" +version = "3.0.1" description = "Easily add a `--verbose` flag to CLIs using Clap" authors = ["Pascal Hertleif "] readme = "README.md"