From d19ea7e025c2e6dea3eb3271a6bfcbb58396973e Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 20 Oct 2022 10:40:59 -0500 Subject: [PATCH] chore: Release --- 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 cd3a252..7f0c3e0 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.5] - 2022-10-20 + ### Features - Added `AssertError::assert` @@ -272,7 +274,8 @@ Stable release! -[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.4...HEAD +[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.5...HEAD +[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 [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 diff --git a/Cargo.lock b/Cargo.lock index b2904bd..7eac707 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "assert_cmd" -version = "2.0.4" +version = "2.0.5" dependencies = [ "bstr", "concolor", diff --git a/Cargo.toml b/Cargo.toml index 4b83ea7..273e4e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "assert_cmd" -version = "2.0.4" +version = "2.0.5" description = "Test CLI Applications." authors = ["Pascal Hertleif ", "Ed Page "] license = "MIT OR Apache-2.0"