From 7d9cec1c8303cbe0608c5a0e8838362a03420b72 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 27 May 2024 10:17:39 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- crates/snapbox/CHANGELOG.md | 5 ++++- crates/snapbox/Cargo.toml | 2 +- crates/trycmd/Cargo.toml | 2 +- crates/tryfn/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f77d6543..74e1ed8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -793,7 +793,7 @@ checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640" [[package]] name = "snapbox" -version = "0.6.4" +version = "0.6.5" dependencies = [ "anstream 0.6.14", "anstyle", diff --git a/crates/snapbox/CHANGELOG.md b/crates/snapbox/CHANGELOG.md index 0bf3321d..0a74d744 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.6.5] - 2024-05-27 + ### Fixes - Don't stop `.term.svg` redactions just because the document widths are different @@ -422,7 +424,8 @@ Other ## [0.1.0] - 2021-12-28 -[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.4...HEAD +[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.5...HEAD +[0.6.5]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.4...snapbox-v0.6.5 [0.6.4]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.3...snapbox-v0.6.4 [0.6.3]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.2...snapbox-v0.6.3 [0.6.2]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.1...snapbox-v0.6.2 diff --git a/crates/snapbox/Cargo.toml b/crates/snapbox/Cargo.toml index d1ed1f11..693e048d 100644 --- a/crates/snapbox/Cargo.toml +++ b/crates/snapbox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snapbox" -version = "0.6.4" +version = "0.6.5" description = "Snapshot testing toolbox" repository = "https://github.com/assert-rs/trycmd/" homepage = "https://github.com/assert-rs/trycmd/tree/main/crates/snapbox" diff --git a/crates/trycmd/Cargo.toml b/crates/trycmd/Cargo.toml index 1ba63168..f8c629e4 100644 --- a/crates/trycmd/Cargo.toml +++ b/crates/trycmd/Cargo.toml @@ -48,7 +48,7 @@ required-features = ["schema"] [dependencies] automod = "1.0.14" -snapbox = { path = "../snapbox", version = "0.6.4", default-features = false, features = ["cmd"] } +snapbox = { path = "../snapbox", version = "0.6.5", default-features = false, features = ["cmd"] } anstream = { version = "0.6.7", optional = true } glob = "0.3.0" diff --git a/crates/tryfn/Cargo.toml b/crates/tryfn/Cargo.toml index 7e96afcc..1a30e9bb 100644 --- a/crates/tryfn/Cargo.toml +++ b/crates/tryfn/Cargo.toml @@ -35,6 +35,6 @@ color = ["snapbox/color"] color-auto = ["snapbox/color-auto"] [dependencies] -snapbox = { path = "../snapbox", version = "0.6.4", default-features = false } +snapbox = { path = "../snapbox", version = "0.6.5", default-features = false } libtest-mimic = "0.7.0" ignore = "0.4"