diff --git a/CHANGELOG.md b/CHANGELOG.md index 9395012..eaa49bc 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.0] - 2024-02-06 + ### Compatibility - Packages selected by default may change @@ -153,7 +155,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). -[Unreleased]: https://github.com/crate-ci/clap-cargo/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/crate-ci/clap-cargo/compare/v0.14.0...HEAD +[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 [0.11.0]: https://github.com/crate-ci/clap-cargo/compare/v0.10.0...v0.11.0 diff --git a/Cargo.lock b/Cargo.lock index fa4bda6..0f8f887 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "clap-cargo" -version = "0.13.0" +version = "0.14.0" dependencies = [ "anstyle", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index a4378c3..2fc0188 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap-cargo" -version = "0.13.0" +version = "0.14.0" description = "Re-usable CLI flags for `cargo` plugins" authors = ["Ed Page "] repository = "https://github.com/crate-ci/clap-cargo" diff --git a/README.md b/README.md index f5e24e4..dc5e34c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add to your `Cargo.toml`: ```toml [dependencies] -clap-cargo = "0.13.0" +clap-cargo = "0.14.0" ``` ## Examples