From 992a2e369a7bfdbad4bd4186b9bc17e4fe9d9320 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 20 Feb 2023 07:29:20 -0600 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- crates/snapbox/CHANGELOG.md | 5 ++++- crates/snapbox/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1badf68..c16edf10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -762,7 +762,7 @@ checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803" [[package]] name = "snapbox" -version = "0.4.6" +version = "0.4.7" dependencies = [ "backtrace", "concolor", diff --git a/crates/snapbox/CHANGELOG.md b/crates/snapbox/CHANGELOG.md index e50ab60b..0c831fd1 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.4.7] - 2023-02-20 + ### Internal - Reduce dependencies @@ -161,7 +163,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.4.6...HEAD +[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.7...HEAD +[0.4.7]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.6...snapbox-v0.4.7 [0.4.6]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.5...snapbox-v0.4.6 [0.4.5]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.4...snapbox-v0.4.5 [0.4.4]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.3...snapbox-v0.4.4 diff --git a/crates/snapbox/Cargo.toml b/crates/snapbox/Cargo.toml index 24c4a744..c54b4765 100644 --- a/crates/snapbox/Cargo.toml +++ b/crates/snapbox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snapbox" -version = "0.4.6" +version = "0.4.7" description = "Snapshot testing toolbox" license = "MIT OR Apache-2.0" repository = "https://github.com/assert-rs/trycmd/"