diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9b558..98e3917 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.15] - 2024-07-25 + ### Compatibility - MSRV is now 1.74.0 @@ -342,7 +344,8 @@ Stable release! -[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.14...HEAD +[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.15...HEAD +[2.0.15]: https://github.com/assert-rs/assert_cmd/compare/v2.0.14...v2.0.15 [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 diff --git a/Cargo.lock b/Cargo.lock index c483442..b90d51d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.14" +version = "2.0.15" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 8796834..2644c67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ zero_sized_map_values = "warn" [package] name = "assert_cmd" -version = "2.0.14" +version = "2.0.15" description = "Test CLI Applications." authors = ["Pascal Hertleif ", "Ed Page "] repository = "https://github.com/assert-rs/assert_cmd.git"