From 20c3d0eeb62eb6e4402db7beacda519437e8dd5a Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 12 Dec 2024 15:41:57 -0600 Subject: [PATCH] chore: Release cargo-release version 0.25.14 --- 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 d2a86350e..9fd624d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.25.14] - 2024-12-12 + ### Features - Support for cargo's nightly workspace publishing (requires `cargo +nightly release -Zworkspace-publish ...`) @@ -749,7 +751,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.13...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.14...HEAD +[0.25.14]: https://github.com/crate-ci/cargo-release/compare/v0.25.13...v0.25.14 [0.25.13]: https://github.com/crate-ci/cargo-release/compare/v0.25.12...v0.25.13 [0.25.12]: https://github.com/crate-ci/cargo-release/compare/v0.25.11...v0.25.12 [0.25.11]: https://github.com/crate-ci/cargo-release/compare/v0.25.10...v0.25.11 diff --git a/Cargo.lock b/Cargo.lock index 0e50baa5b..cf155cb01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.25.13" +version = "0.25.14" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 08adaa293..a454c7b12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ zero_sized_map_values = "warn" [package] name = "cargo-release" description = "Cargo subcommand for you to smooth your release process." -version = "0.25.13" +version = "0.25.14" readme = "README.md" categories = ["development-tools::cargo-plugins"] keywords = ["cargo"] diff --git a/README.md b/README.md index a35af3c86..435412f40 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.25.13 +Current release: 0.25.14 ```console,ignore $ cargo install cargo-release