diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e00ef64..a0ca339e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.24.9] - 2023-04-15 + ### Fixes - Don't corrupt TOML table headers with newlines @@ -624,7 +626,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.8...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.9...HEAD +[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 [0.24.7]: https://github.com/crate-ci/cargo-release/compare/v0.24.6...v0.24.7 [0.24.6]: https://github.com/crate-ci/cargo-release/compare/v0.24.5...v0.24.6 diff --git a/Cargo.lock b/Cargo.lock index 209d77f1e..952d667c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -165,7 +165,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.24.8" +version = "0.24.9" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 6f4062e69..c1bfb0788 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.8" +version = "0.24.9" 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 f17941dd5..671602234 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.24.8 +Current release: 0.24.9 ```console,ignore $ cargo install cargo-release