File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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 `
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
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ zero_sized_map_values = "warn"
8888[package ]
8989name = " cargo-release"
9090description = " Cargo subcommand for you to smooth your release process."
91- version = " 0.25.14 "
91+ version = " 0.25.15 "
9292readme = " README.md"
9393categories = [" development-tools::cargo-plugins" ]
9494keywords = [" cargo" ]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments