Skip to content

Commit

Permalink
chore: Release clap-verbosity-flag version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 26, 2024
1 parent 057da9f commit ea1218f
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

## [3.0.1] - 2024-11-26

### Features

- Add `impl From<Verbosity>` for logging level and level-filter types
Expand Down Expand Up @@ -158,7 +160,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/v3.0.0...HEAD
[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.3...v3.0.0
[2.2.3]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.2...v2.2.3
[2.2.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.1...v2.2.2
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 = "3.0.0"
version = "3.0.1"
description = "Easily add a `--verbose` flag to CLIs using Clap"
authors = ["Pascal Hertleif <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ea1218f

Please sign in to comment.