diff --git a/CHANGELOG.md b/CHANGELOG.md index c5aa63cf3..b5f3fc205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.24.6] - 2023-03-13 + ### Fixes - When editing TOML, don't lose standard tables under dotted tables @@ -606,7 +608,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.5...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.6...HEAD +[0.24.6]: https://github.com/crate-ci/cargo-release/compare/v0.24.5...v0.24.6 [0.24.5]: https://github.com/crate-ci/cargo-release/compare/v0.24.4...v0.24.5 [0.24.4]: https://github.com/crate-ci/cargo-release/compare/v0.24.3...v0.24.4 [0.24.3]: https://github.com/crate-ci/cargo-release/compare/v0.24.2...v0.24.3 diff --git a/Cargo.lock b/Cargo.lock index cbf6b397b..9a1d942bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.24.5" +version = "0.24.6" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 48a7ac567..008a8ac0c 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.24.5" +version = "0.24.6" 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 346e824ad..3e0913c78 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.24.5 +Current release: 0.24.6 ```console,ignore $ cargo install cargo-release