Skip to content

Commit f44eadc

Browse files
committed
chore: Release clap-verbosity-flag version 2.1.2
1 parent 18bb1c1 commit f44eadc

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [2.1.2] - 2024-01-16
11+
1012
### Fixes
1113

1214
- Don't pollute the CLIs help
@@ -112,7 +114,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
112114
## [0.2.0] - 2017-06-02
113115

114116
<!-- next-url -->
115-
[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.1...HEAD
117+
[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.2...HEAD
118+
[2.1.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.1...v2.1.2
116119
[2.1.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.0...v2.1.1
117120
[2.1.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.0.1...v2.1.0
118121
[2.0.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.0.0...v2.0.1

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = [
1818

1919
[package]
2020
name = "clap-verbosity-flag"
21-
version = "2.1.1"
21+
version = "2.1.2"
2222
description = "Easily add a `--verbose` flag to CLIs using Clap"
2323
authors = ["Pascal Hertleif <[email protected]>"]
2424
repository = "https://github.com/clap-rs/clap-verbosity-flag"

0 commit comments

Comments
 (0)