diff --git a/CHANGELOG.md b/CHANGELOG.md index b348b20..e56c3ce 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.11] - 2023-04-13 + ### Internal - Dependency update @@ -310,7 +312,8 @@ Stable release! -[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.10...HEAD +[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.11...HEAD +[2.0.11]: https://github.com/assert-rs/assert_cmd/compare/v2.0.10...v2.0.11 [2.0.10]: https://github.com/assert-rs/assert_cmd/compare/v2.0.9...v2.0.10 [2.0.9]: https://github.com/assert-rs/assert_cmd/compare/v2.0.8...v2.0.9 [2.0.8]: https://github.com/assert-rs/assert_cmd/compare/v2.0.7...v2.0.8 diff --git a/Cargo.lock b/Cargo.lock index cc1b9fb..89099e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.10" +version = "2.0.11" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 2cc7c6e..63676ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ include = [ [package] name = "assert_cmd" -version = "2.0.10" +version = "2.0.11" description = "Test CLI Applications." authors = ["Pascal Hertleif ", "Ed Page "] repository = "https://github.com/assert-rs/assert_cmd.git"