Skip to content

Commit 6d1d0b3

Browse files
committed
chore: Release cargo-release version 0.25.9
1 parent f05635d commit 6d1d0b3

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<!-- next-header -->
44
## [Unreleased] - ReleaseDate
55

6+
## [0.25.9] - 2024-06-21
7+
68
### Features
79

810
- Add `rate-limit.new-packages`, `rate-limit.existing-packages` workspace config to override the defaults
@@ -706,7 +708,8 @@ git.
706708
* Doc update
707709

708710
<!-- next-url -->
709-
[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.8...HEAD
711+
[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.9...HEAD
712+
[0.25.9]: https://github.com/crate-ci/cargo-release/compare/v0.25.8...v0.25.9
710713
[0.25.8]: https://github.com/crate-ci/cargo-release/compare/v0.25.7...v0.25.8
711714
[0.25.7]: https://github.com/crate-ci/cargo-release/compare/v0.25.6...v0.25.7
712715
[0.25.6]: https://github.com/crate-ci/cargo-release/compare/v0.25.5...v0.25.6

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ zero_sized_map_values = "warn"
8888
[package]
8989
name = "cargo-release"
9090
description = "Cargo subcommand for you to smooth your release process."
91-
version = "0.25.8"
91+
version = "0.25.9"
9292
repository = "https://github.com/crate-ci/cargo-release"
9393
readme = "README.md"
9494
categories = ["development-tools::cargo-plugins"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Features
1818

1919
## Install
2020

21-
Current release: 0.25.8
21+
Current release: 0.25.9
2222

2323
```console,ignore
2424
$ cargo install cargo-release

0 commit comments

Comments
 (0)