Skip to content

Commit

Permalink
chore: Release clap-verbosity-flag version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 23, 2023
1 parent bd2e0e7 commit 56b95b9
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.1.0] - 2023-10-23

### Compatibility

- Raised MSRV to 1.70.0
Expand Down Expand Up @@ -96,7 +98,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.0.1...HEAD
[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v1.0.1...v2.0.0
[1.0.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v1.0.0...v1.0.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 @@ -18,7 +18,7 @@ include = [

[package]
name = "clap-verbosity-flag"
version = "2.0.1"
version = "2.1.0"
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 56b95b9

Please sign in to comment.