From 2769ed8682eee9ef295e15e0551201c4aa4ae2df Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 4 Apr 2024 10:40:10 -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 e258e373..dea55da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.15.1] - 2024-04-04 + ### Fixes - Overwrite of `.stdout`/`.stderr` files works again @@ -423,7 +425,8 @@ Config ## [0.1.0] - 2021-11-05 -[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.15.0...HEAD +[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.15.1...HEAD +[0.15.1]: https://github.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1 [0.15.0]: https://github.com/assert-rs/trycmd/compare/v0.14.21...v0.15.0 [0.14.21]: https://github.com/assert-rs/trycmd/compare/v0.14.20...v0.14.21 [0.14.20]: https://github.com/assert-rs/trycmd/compare/v0.14.19...v0.14.20 diff --git a/Cargo.lock b/Cargo.lock index 2735a62a..d8098f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -967,7 +967,7 @@ dependencies = [ [[package]] name = "trycmd" -version = "0.15.0" +version = "0.15.1" dependencies = [ "anstream", "escargot", diff --git a/Cargo.toml b/Cargo.toml index bd5e539a..906867b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "trycmd" -version = "0.15.0" +version = "0.15.1" description = "Snapshot testing for a herd of CLI tests" authors = ["Ed Page "] repository = "https://github.com/assert-rs/trycmd.git"