diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ecae43b..032100e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.21.3] - 2022-10-13 + ### Features - Expose release steps as subcommands, useful for @@ -456,7 +458,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.21.2...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.21.3...HEAD +[0.21.3]: https://github.com/crate-ci/cargo-release/compare/v0.21.2...v0.21.3 [0.21.2]: https://github.com/crate-ci/cargo-release/compare/v0.21.1...v0.21.2 [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 diff --git a/Cargo.lock b/Cargo.lock index f56dc2cdb..9358858e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.21.2" +version = "0.21.3" dependencies = [ "assert_fs", "bstr 1.0.1", diff --git a/Cargo.toml b/Cargo.toml index 6d80bc421..7ec9e8dc7 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.2" +version = "0.21.3" 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 40562c0ca..c567475f0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.21.2 +Current release: 0.21.3 `cargo install cargo-release`