From 82b172291c8de5ef4bc51302ade9809253f28a1c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 28 Sep 2022 12:39:09 -0500 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a65f3ee..0fb4300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [2.0.0] - 2022-09-28 + ### Breaking Changes - Upgraded to clap v4 @@ -80,7 +82,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.2.0] - 2017-06-02 -[Unreleased]: https://github.com/rust-cli/clap-verbosity-flag/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/rust-cli/clap-verbosity-flag/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/rust-cli/clap-verbosity-flag/compare/v1.0.1...v2.0.0 [1.0.1]: https://github.com/rust-cli/clap-verbosity-flag/compare/v1.0.0...v1.0.1 [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 diff --git a/Cargo.toml b/Cargo.toml index c33e877..2197be1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap-verbosity-flag" -version = "1.0.1" +version = "2.0.0" description = "Easily add a `--verbose` flag to CLIs using Structopt" authors = ["Pascal Hertleif "] license = "MIT OR Apache-2.0"