Skip to content

Commit adabc5d

Browse files
committed
chore: Release clap-verbosity-flag version 2.2.1
1 parent db34036 commit adabc5d

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.2.1] - 2024-07-25
11+
1012
### Compatibility
1113

1214
- Raised MSRV to 1.74
@@ -128,7 +130,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
128130
## [0.2.0] - 2017-06-02
129131

130132
<!-- next-url -->
131-
[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.0...HEAD
133+
[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.1...HEAD
134+
[2.2.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.0...v2.2.1
132135
[2.2.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.2...v2.2.0
133136
[2.1.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.1...v2.1.2
134137
[2.1.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.0...v2.1.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
@@ -87,7 +87,7 @@ zero_sized_map_values = "warn"
8787

8888
[package]
8989
name = "clap-verbosity-flag"
90-
version = "2.2.0"
90+
version = "2.2.1"
9191
description = "Easily add a `--verbose` flag to CLIs using Clap"
9292
authors = ["Pascal Hertleif <[email protected]>"]
9393
repository = "https://github.com/clap-rs/clap-verbosity-flag"

0 commit comments

Comments
 (0)