Skip to content

Commit

Permalink
chore: Release clap-verbosity-flag version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 20, 2024
1 parent 9ae44a3 commit 02d8ea5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.0] - 2024-11-20

### Breaking Changes

- Log support put behind the default `log` feature
Expand Down Expand Up @@ -152,7 +154,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.3...HEAD
[Unreleased]: https://github.com/clap-rs/clap-verbosity-flag/compare/v3.0.0...HEAD
[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
[2.2.1]: https://github.com/clap-rs/clap-verbosity-flag/compare/v2.2.0...v2.2.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.

4 changes: 2 additions & 2 deletions 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.3"
version = "3.0.0"
description = "Easily add a `--verbose` flag to CLIs using Clap"
authors = ["Pascal Hertleif <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -142,4 +142,4 @@ required-features = ["log"]

[[example]]
name = "tracing"
required-features = ["tracing"]
required-features = ["tracing"]

0 comments on commit 02d8ea5

Please sign in to comment.