Skip to content

Commit

Permalink
chore: Release clap-verbosity-flag version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 25, 2024
1 parent db34036 commit adabc5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [2.2.1] - 2024-07-25

### Compatibility

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

<!-- next-url -->
[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.0...HEAD
[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.1...HEAD
[2.2.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.2...v2.2.0
[2.1.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.0...v2.1.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ zero_sized_map_values = "warn"

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

0 comments on commit adabc5d

Please sign in to comment.