Skip to content

Commit ea1218f

Browse files
committed
chore: Release clap-verbosity-flag version 3.0.1
1 parent 057da9f commit ea1218f

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+
## [3.0.1] - 2024-11-26
11+
1012
### Features
1113

1214
- Add `impl From<Verbosity>` for logging level and level-filter types
@@ -158,7 +160,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
158160
## [0.2.0] - 2017-06-02
159161

160162
<!-- next-url -->
161-
[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.0...HEAD
163+
[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.1...HEAD
164+
[3.0.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.0...v3.0.1
162165
[3.0.0]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.3...v3.0.0
163166
[2.2.3]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.2...v2.2.3
164167
[2.2.2]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.1...v2.2.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
@@ -87,7 +87,7 @@ zero_sized_map_values = "warn"
8787

8888
[package]
8989
name = "clap-verbosity-flag"
90-
version = "3.0.0"
90+
version = "3.0.1"
9191
description = "Easily add a `--verbose` flag to CLIs using Clap"
9292
authors = ["Pascal Hertleif <[email protected]>"]
9393
readme = "README.md"

0 commit comments

Comments
 (0)