Skip to content

Commit

Permalink
chore: Release clap-cargo version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 2, 2025
1 parent bb2590c commit 9b76d52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.15.0] - 2025-01-02

### Breaking Changes

- Upgraded `cargo_metadata` to 0.19
Expand Down Expand Up @@ -165,7 +167,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).


<!-- next-url -->
[Unreleased]: https://github.com/crate-ci/clap-cargo/compare/v0.14.1...HEAD
[Unreleased]: https://github.com/crate-ci/clap-cargo/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/crate-ci/clap-cargo/compare/v0.14.1...v0.15.0
[0.14.1]: https://github.com/crate-ci/clap-cargo/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/crate-ci/clap-cargo/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/crate-ci/clap-cargo/compare/v0.12.0...v0.13.0
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 @@ -87,7 +87,7 @@ zero_sized_map_values = "warn"

[package]
name = "clap-cargo"
version = "0.14.1"
version = "0.15.0"
description = "Re-usable CLI flags for `cargo` plugins"
categories = ["development-tools::cargo-plugins"]
keywords = ["cargo"]
Expand Down

0 comments on commit 9b76d52

Please sign in to comment.