diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5f260..1966493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [2.0.14] - 2024-02-19 + ### Compatibility - MSRV is now 1.73.0 @@ -336,7 +338,8 @@ Stable release! -[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.13...HEAD +[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.14...HEAD +[2.0.14]: https://github.com/assert-rs/assert_cmd/compare/v2.0.13...v2.0.14 [2.0.13]: https://github.com/assert-rs/assert_cmd/compare/v2.0.12...v2.0.13 [2.0.12]: https://github.com/assert-rs/assert_cmd/compare/v2.0.11...v2.0.12 [2.0.11]: https://github.com/assert-rs/assert_cmd/compare/v2.0.10...v2.0.11 diff --git a/Cargo.lock b/Cargo.lock index 4218936..e647152 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.13" +version = "2.0.14" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 8c4a99a..64bde63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "assert_cmd" -version = "2.0.13" +version = "2.0.14" description = "Test CLI Applications." authors = ["Pascal Hertleif ", "Ed Page "] repository = "https://github.com/assert-rs/assert_cmd.git"