From 3995477f695140c5fa62930df7787fe8a5159b42 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 1 Nov 2023 17:28:36 -0500 Subject: [PATCH] chore: Release cargo-release version 0.25.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2612cb4f..d9328b0c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.25.0] - 2023-11-01 + ### Fixes - Always use sparse index @@ -648,7 +650,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.24.12...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.0...HEAD +[0.25.0]: https://github.com/crate-ci/cargo-release/compare/v0.24.12...v0.25.0 [0.24.12]: https://github.com/crate-ci/cargo-release/compare/v0.24.11...v0.24.12 [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 diff --git a/Cargo.lock b/Cargo.lock index 35b45203e..6e75ae6d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,7 +222,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.24.12" +version = "0.25.0" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 1e0b0af7e..fca87cd3a 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.12" +version = "0.25.0" 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 8006e3123..0b4235f28 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.24.12 +Current release: 0.25.0 ```console,ignore $ cargo install cargo-release