From be0abc8aaa8100f9b61d1d48b75ad4c9d1eabe05 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 14 Feb 2024 16:12:12 -0600 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 30f88e06..ad8f38af 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.0] - 2024-02-14 + ### Breaking Change - `TestCases::insert_var` / `TestCases::extend_var` no longer overwrite but extend the vr @@ -417,7 +419,8 @@ Config ## [0.1.0] - 2021-11-05 -[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.14.21...HEAD +[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.15.0...HEAD +[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 [0.14.19]: https://github.com/assert-rs/trycmd/compare/v0.14.18...v0.14.19 diff --git a/Cargo.lock b/Cargo.lock index ca3f5546..4367f30d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,7 +935,7 @@ dependencies = [ [[package]] name = "trycmd" -version = "0.14.21" +version = "0.15.0" dependencies = [ "anstream", "escargot", diff --git a/Cargo.toml b/Cargo.toml index 75ca3498..104b1a28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "trycmd" -version = "0.14.21" +version = "0.15.0" description = "Snapshot testing for a herd of CLI tests" authors = ["Ed Page "] repository = "https://github.com/assert-rs/trycmd.git"