diff --git a/CHANGELOG.md b/CHANGELOG.md index 268c317b6..a63372da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.23.0] - 2022-11-05 + ### Breaking Changes - No longer assume `package.publish = false` also means that releases are disabled (#597) @@ -554,7 +556,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.22.4...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/crate-ci/cargo-release/compare/v0.22.4...v0.23.0 [0.22.4]: https://github.com/crate-ci/cargo-release/compare/v0.22.3...v0.22.4 [0.22.3]: https://github.com/crate-ci/cargo-release/compare/v0.22.2...v0.22.3 [0.22.2]: https://github.com/crate-ci/cargo-release/compare/v0.22.1...v0.22.2 diff --git a/Cargo.lock b/Cargo.lock index b352ab3ca..a02068af5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,7 +107,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.22.4" +version = "0.23.0" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 1a5ea60d5..88c621aa5 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.22.4" +version = "0.23.0" 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 82b8510f4..4e0d9af54 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.22.4 +Current release: 0.23.0 ```console,ignore $ cargo install cargo-release