diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae8f90..e3dd7b8 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.4] - 2022-01-13 + ### Fixes - Improved `Debug` output @@ -266,7 +268,8 @@ Stable release! -[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.3...HEAD +[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.4...HEAD +[2.0.4]: https://github.com/assert-rs/assert_cmd/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/assert-rs/assert_cmd/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/assert-rs/assert_cmd/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/assert-rs/assert_cmd/compare/v2.0.0...v2.0.1 diff --git a/Cargo.toml b/Cargo.toml index 5634b2a..4b83ea7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "assert_cmd" -version = "2.0.3" +version = "2.0.4" description = "Test CLI Applications." authors = ["Pascal Hertleif ", "Ed Page "] license = "MIT OR Apache-2.0"