Skip to content

Commit be2f627

Browse files
committed
chore: Release cargo-release version 0.25.15
1 parent 7625b58 commit be2f627

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.15] - 2024-12-31
7+
68
### Fixes
79

810
- *(unstable)* Don't try to workspace-publish packages that have `publish = false`
@@ -755,7 +757,8 @@ git.
755757
* Doc update
756758

757759
<!-- next-url -->
758-
[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.14...HEAD
760+
[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.15...HEAD
761+
[0.25.15]: https://github.com/crate-ci/cargo-release/compare/v0.25.14...v0.25.15
759762
[0.25.14]: https://github.com/crate-ci/cargo-release/compare/v0.25.13...v0.25.14
760763
[0.25.13]: https://github.com/crate-ci/cargo-release/compare/v0.25.12...v0.25.13
761764
[0.25.12]: https://github.com/crate-ci/cargo-release/compare/v0.25.11...v0.25.12

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.14"
91+
version = "0.25.15"
9292
readme = "README.md"
9393
categories = ["development-tools::cargo-plugins"]
9494
keywords = ["cargo"]

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.14
21+
Current release: 0.25.15
2222

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

0 commit comments

Comments
 (0)