diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f5d95..c97de13 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.13] - 2024-01-12 + ### Internal - Dependency update @@ -326,7 +328,8 @@ Stable release! -[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.12...HEAD +[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.13...HEAD +[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 [2.0.10]: https://github.com/assert-rs/assert_cmd/compare/v2.0.9...v2.0.10 diff --git a/Cargo.lock b/Cargo.lock index 53c88e5..4218936 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.12" +version = "2.0.13" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 6304e47..6b0a600 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "assert_cmd" -version = "2.0.12" +version = "2.0.13" description = "Test CLI Applications." authors = ["Pascal Hertleif ", "Ed Page "] repository = "https://github.com/assert-rs/assert_cmd.git"