diff --git a/CHANGELOG.md b/CHANGELOG.md index c34d2c44b..1314c6a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.20.2] - 2022-02-15 + ### Fixes - Break cycles at dev dependencies @@ -400,7 +402,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.20.1...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.20.2...HEAD +[0.20.2]: https://github.com/crate-ci/cargo-release/compare/v0.20.1...v0.20.2 [0.20.1]: https://github.com/crate-ci/cargo-release/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/crate-ci/cargo-release/compare/v0.19.4...v0.20.0 [0.19.4]: https://github.com/crate-ci/cargo-release/compare/v0.19.3...v0.19.4 diff --git a/Cargo.lock b/Cargo.lock index cfc1be1ce..f1e59e1a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.20.1" +version = "0.20.2" dependencies = [ "assert_fs", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 2104dbcd3..996d3893b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-release" description = "Cargo subcommand for you to smooth your release process." -version = "0.20.1" +version = "0.20.2" license = "MIT OR Apache-2.0" repository = "https://github.com/crate-ci/cargo-release" readme = "README.md" diff --git a/README.md b/README.md index 2ce96b08a..e16442272 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.20.1 +Current release: 0.20.2 `cargo install cargo-release`