From 0062898dd107188375ed17ef8af3c5d7559b820e Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 5 Feb 2025 11:56:43 -0600 Subject: [PATCH] chore: Release cargo-release version 0.25.17 --- 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 2ad62f3b7..e30a2f40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## [Unreleased] - ReleaseDate +## [0.25.17] - 2025-02-05 + ### Fixes - Upgrade "unrendered variable" debug message to warning @@ -767,7 +769,8 @@ git. * Doc update -[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.16...HEAD +[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.17...HEAD +[0.25.17]: https://github.com/crate-ci/cargo-release/compare/v0.25.16...v0.25.17 [0.25.16]: https://github.com/crate-ci/cargo-release/compare/v0.25.15...v0.25.16 [0.25.15]: https://github.com/crate-ci/cargo-release/compare/v0.25.14...v0.25.15 [0.25.14]: https://github.com/crate-ci/cargo-release/compare/v0.25.13...v0.25.14 diff --git a/Cargo.lock b/Cargo.lock index 16bd04eb7..d6f5bbe8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "cargo-release" -version = "0.25.16" +version = "0.25.17" dependencies = [ "anstream", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7696cb0d5..3776e8310 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.16" +version = "0.25.17" readme = "README.md" categories = ["development-tools::cargo-plugins"] keywords = ["cargo"] diff --git a/README.md b/README.md index 9c28080b8..02324547f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features ## Install -Current release: 0.25.16 +Current release: 0.25.17 ```console,ignore $ cargo install cargo-release