diff --git a/CHANGELOG.md b/CHANGELOG.md index a823c99e4..e670fa1f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.21.1] - 2022-07-12 + ### Fixes - Load workspace config from the actual workspace manifest @@ -441,7 +443,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.21.0...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.21.1...HEAD +[0.21.1]: https://github.com/crate-ci/cargo-release/compare/v0.21.0...v0.21.1 [0.21.0]: https://github.com/crate-ci/cargo-release/compare/v0.20.6...v0.21.0 [0.20.6]: https://github.com/crate-ci/cargo-release/compare/v0.20.5...v0.20.6 [0.20.5]: https://github.com/crate-ci/cargo-release/compare/v0.20.4...v0.20.5 diff --git a/Cargo.lock b/Cargo.lock index fa2655fb3..1308d977e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.21.0" +version = "0.21.1" dependencies = [ "assert_fs", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 019efd306..c2aad7570 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.21.0" +version = "0.21.1" 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 45a983a26..21a450baa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.21.0 +Current release: 0.21.1 `cargo install cargo-release`