From 5b0e5228628ad378f8dec3f5f5e75a9e7ccbde4c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 1 Dec 2022 19:24:31 -0600 Subject: [PATCH] chore: Release assert_cmd version 2.0.7 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb529e..1af4655 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.7] - 2022-12-02 + ## [2.0.6] - 2022-11-04 ### Fixes @@ -280,7 +282,8 @@ Stable release! -[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.6...HEAD +[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.7...HEAD +[2.0.7]: https://github.com/assert-rs/assert_cmd/compare/v2.0.6...v2.0.7 [2.0.6]: https://github.com/assert-rs/assert_cmd/compare/v2.0.5...v2.0.6 [2.0.5]: https://github.com/assert-rs/assert_cmd/compare/v2.0.4...v2.0.5 [2.0.4]: https://github.com/assert-rs/assert_cmd/compare/v2.0.3...v2.0.4 diff --git a/Cargo.lock b/Cargo.lock index acfef95..c6b1ce9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "assert_cmd" -version = "2.0.6" +version = "2.0.7" dependencies = [ "bstr", "concolor 0.0.11", diff --git a/Cargo.toml b/Cargo.toml index 25933de..773de1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "assert_cmd" -version = "2.0.6" +version = "2.0.7" description = "Test CLI Applications." authors = ["Pascal Hertleif ", "Ed Page "] license = "MIT OR Apache-2.0"