Skip to content

Commit

Permalink
chore: Release cargo-release version 0.25.15
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 31, 2024
1 parent 7625b58 commit be2f627
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.25.15] - 2024-12-31

### Fixes

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

<!-- next-url -->
[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.14...HEAD
[Unreleased]: https://github.com/crate-ci/cargo-release/compare/v0.25.15...HEAD
[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
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.14"
version = "0.25.15"
readme = "README.md"
categories = ["development-tools::cargo-plugins"]
keywords = ["cargo"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Features

## Install

Current release: 0.25.14
Current release: 0.25.15

```console,ignore
$ cargo install cargo-release
Expand Down

0 comments on commit be2f627

Please sign in to comment.