diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9228839..f368fddad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.24.11] - 2023-06-26 + ## [0.24.10] - 2023-04-17 ### Fixes @@ -632,7 +634,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.10...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.11...HEAD +[0.24.11]: https://github.com/crate-ci/cargo-release/compare/v0.24.10...v0.24.11 [0.24.10]: https://github.com/crate-ci/cargo-release/compare/v0.24.9...v0.24.10 [0.24.9]: https://github.com/crate-ci/cargo-release/compare/v0.24.8...v0.24.9 [0.24.8]: https://github.com/crate-ci/cargo-release/compare/v0.24.7...v0.24.8 diff --git a/Cargo.lock b/Cargo.lock index df7faabbb..dc07a0b57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,7 +178,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.24.10" +version = "0.24.11" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 05956f21c..f8d0a70c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ include = [ [package] name = "cargo-release" description = "Cargo subcommand for you to smooth your release process." -version = "0.24.10" +version = "0.24.11" repository = "https://github.com/crate-ci/cargo-release" readme = "README.md" categories = ["development-tools::cargo-plugins"] diff --git a/README.md b/README.md index 242672a97..d41654a8c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.24.10 +Current release: 0.24.11 ```console,ignore $ cargo install cargo-release