Skip to content

Commit 60c7ce3

Browse files
committed
chore: Release
1 parent 5fb4294 commit 60c7ce3

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/snapbox/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.6.20] - 2024-11-07
11+
1012
### Features
1113

1214
- Expose `Redactions::clear_unused`
@@ -506,7 +508,8 @@ Other
506508
## [0.1.0] - 2021-12-28
507509

508510
<!-- next-url -->
509-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.19...HEAD
511+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.20...HEAD
512+
[0.6.20]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.19...snapbox-v0.6.20
510513
[0.6.19]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.18...snapbox-v0.6.19
511514
[0.6.18]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.17...snapbox-v0.6.18
512515
[0.6.17]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.16...snapbox-v0.6.17

crates/snapbox/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snapbox"
3-
version = "0.6.19"
3+
version = "0.6.20"
44
description = "Snapshot testing toolbox"
55
homepage = "https://github.com/assert-rs/trycmd/tree/main/crates/snapbox"
66
documentation = "http://docs.rs/snapbox/"

crates/trycmd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ required-features = ["schema"]
4848

4949
[dependencies]
5050
automod = "1.0.14"
51-
snapbox = { path = "../snapbox", version = "0.6.19", default-features = false, features = ["cmd"] }
51+
snapbox = { path = "../snapbox", version = "0.6.20", default-features = false, features = ["cmd"] }
5252
anstream = { version = "0.6.7", optional = true }
5353

5454
glob = "0.3.0"

crates/tryfn/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ color = ["snapbox/color"]
3535
color-auto = ["snapbox/color-auto"]
3636

3737
[dependencies]
38-
snapbox = { path = "../snapbox", version = "0.6.19", default-features = false }
38+
snapbox = { path = "../snapbox", version = "0.6.20", default-features = false }
3939
libtest-mimic = "0.7.0"
4040
ignore = "0.4.11"

0 commit comments

Comments
 (0)