Skip to content

Commit 74d1e81

Browse files
committed
chore: Release clap-verbosity-flag version 2.2.2
1 parent 502ef85 commit 74d1e81

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.2] - 2024-09-26
11+
1012
### Fixes
1113

1214
- Resolve overflow issues
@@ -134,7 +136,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
134136
## [0.2.0] - 2017-06-02
135137

136138
<!-- next-url -->
137-
[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.1...HEAD
139+
[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.2...HEAD
140+
[2.2.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.1...v2.2.2
138141
[2.2.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.0...v2.2.1
139142
[2.2.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.2...v2.2.0
140143
[2.1.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.1...v2.1.2

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
@@ -86,7 +86,7 @@ zero_sized_map_values = "warn"
8686

8787
[package]
8888
name = "clap-verbosity-flag"
89-
version = "2.2.1"
89+
version = "2.2.2"
9090
description = "Easily add a `--verbose` flag to CLIs using Clap"
9191
authors = ["Pascal Hertleif <[email protected]>"]
9292
readme = "README.md"

0 commit comments

Comments
 (0)