Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 9, 2022
1 parent a068c38 commit fec6a49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [1.0.0] - 2022-02-09

### Breaking Changes

- `set_default`has been removed in favor of being generic over `LogLevel`.
Expand Down Expand Up @@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.2.0] - 2017-06-02

<!-- next-url -->
[Unreleased]: https://github.com/rust-cli/clap-verbosity-flag/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/rust-cli/clap-verbosity-flag/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/rust-cli/clap-verbosity-flag/compare/v0.4.1...v1.0.0
[0.4.1]: https://github.com/rust-cli/clap-verbosity-flag/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/rust-cli/clap-verbosity-flag/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/rust-cli/clap-verbosity-flag/compare/v0.3.1...v0.3.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clap-verbosity-flag"
version = "0.4.1"
version = "1.0.0"
description = "Easily add a `--verbose` flag to CLIs using Structopt"
authors = ["Pascal Hertleif <killercup@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit fec6a49

Please sign in to comment.