diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb0758..f83975b 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.16] - 2024-08-09 + ### Features - Add getters to `Command` to mirror those added to the standard library @@ -348,7 +350,8 @@ Stable release! -[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.15...HEAD +[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.16...HEAD +[2.0.16]: https://github.com/assert-rs/assert_cmd/compare/v2.0.15...v2.0.16 [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 diff --git a/Cargo.lock b/Cargo.lock index f271792..7696ff1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.15" +version = "2.0.16" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 656614a..ded6f35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ zero_sized_map_values = "warn" [package] name = "assert_cmd" -version = "2.0.15" +version = "2.0.16" description = "Test CLI Applications." authors = ["Pascal Hertleif ", "Ed Page "] homepage = "https://github.com/assert-rs/assert_cmd"