diff --git a/CHANGELOG.md b/CHANGELOG.md index 6828dc5..17adba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.14.1] - 2024-07-25 + ### Compatibility - MSRV bumped to 1.74 @@ -159,7 +161,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). -[Unreleased]: https://github.com/crate-ci/clap-cargo/compare/v0.14.0...HEAD +[Unreleased]: https://github.com/crate-ci/clap-cargo/compare/v0.14.1...HEAD +[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 [0.12.0]: https://github.com/crate-ci/clap-cargo/compare/v0.11.0...v0.12.0 diff --git a/Cargo.lock b/Cargo.lock index 804bd9e..3f05713 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "clap-cargo" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anstyle", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index 582356b..86b272a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ zero_sized_map_values = "warn" [package] name = "clap-cargo" -version = "0.14.0" +version = "0.14.1" description = "Re-usable CLI flags for `cargo` plugins" repository = "https://github.com/crate-ci/clap-cargo" categories = ["development-tools::cargo-plugins"]