From b2528d9325671a32e37bfca1b27d1002021d4118 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 27 Aug 2024 12:45:14 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- crates/trycmd/CHANGELOG.md | 5 ++++- crates/trycmd/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cce0edc4..ec6116eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -907,7 +907,7 @@ dependencies = [ [[package]] name = "trycmd" -version = "0.15.6" +version = "0.15.7" dependencies = [ "anstream 0.6.14", "automod", diff --git a/crates/trycmd/CHANGELOG.md b/crates/trycmd/CHANGELOG.md index 2f99180e..06e64871 100644 --- a/crates/trycmd/CHANGELOG.md +++ b/crates/trycmd/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.15.7] - 2024-08-27 + ### Fixes - Strip colors on `TERM=dumb` @@ -439,7 +441,8 @@ Config ## [0.1.0] - 2021-11-05 -[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.6...HEAD +[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.7...HEAD +[0.15.7]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.6...trycmd-v0.15.7 [0.15.6]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.5...trycmd-v0.15.6 [0.15.5]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.4...trycmd-v0.15.5 [0.15.4]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.3...trycmd-v0.15.4 diff --git a/crates/trycmd/Cargo.toml b/crates/trycmd/Cargo.toml index 2f722039..0c5349a0 100644 --- a/crates/trycmd/Cargo.toml +++ b/crates/trycmd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trycmd" -version = "0.15.6" +version = "0.15.7" description = "Snapshot testing for a herd of CLI tests" authors = ["Ed Page "] homepage = "https://github.com/assert-rs/trycmd"