From fe4236f800b008c2796374e2b20fbb7cc1a29a51 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 21 Feb 2024 21:04:59 -0600 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/snapbox/CHANGELOG.md | 5 ++++- crates/snapbox/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efca6454..97337147 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -853,7 +853,7 @@ checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803" [[package]] name = "snapbox" -version = "0.5.4" +version = "0.5.5" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 30ccf28b..2382e181 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ name = "trycmd-schema" required-features = ["schema"] [dependencies] -snapbox = { path = "crates/snapbox", version = "0.5.4", default-features = false, features = ["cmd"] } +snapbox = { path = "crates/snapbox", version = "0.5.5", default-features = false, features = ["cmd"] } anstream = { version = "0.6.7", optional = true } glob = "0.3.0" diff --git a/crates/snapbox/CHANGELOG.md b/crates/snapbox/CHANGELOG.md index f5cba339..00014c4f 100644 --- a/crates/snapbox/CHANGELOG.md +++ b/crates/snapbox/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.5.5] - 2024-02-22 + ## [0.5.4] - 2024-02-22 ## [0.5.3] - 2024-02-22 @@ -276,7 +278,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.1.0] - 2021-12-28 -[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.4...HEAD +[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.5...HEAD +[0.5.5]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.4...snapbox-v0.5.5 [0.5.4]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.3...snapbox-v0.5.4 [0.5.3]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.2...snapbox-v0.5.3 [0.5.2]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.1...snapbox-v0.5.2 diff --git a/crates/snapbox/Cargo.toml b/crates/snapbox/Cargo.toml index c33b308a..3e2992ca 100644 --- a/crates/snapbox/Cargo.toml +++ b/crates/snapbox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snapbox" -version = "0.5.4" +version = "0.5.5" description = "Snapshot testing toolbox" repository = "https://github.com/assert-rs/trycmd/" homepage = "https://github.com/assert-rs/trycmd/tree/main/crates/snapbox"