Skip to content

Commit f4132d3

Browse files
committed
chore: Release
1 parent a41d1cc commit f4132d3

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/snapbox/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.0] - 2024-05-23
11+
1012
### Compatibility
1113

1214
Breaking
@@ -392,7 +394,8 @@ Other
392394
## [0.1.0] - 2021-12-28
393395

394396
<!-- next-url -->
395-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.14...HEAD
397+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.0...HEAD
398+
[0.6.0]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.14...snapbox-v0.6.0
396399
[0.5.14]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.13...snapbox-v0.5.14
397400
[0.5.13]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.12...snapbox-v0.5.13
398401
[0.5.12]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.11...snapbox-v0.5.12

crates/snapbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snapbox"
3-
version = "0.5.14"
3+
version = "0.6.0"
44
description = "Snapshot testing toolbox"
55
repository = "https://github.com/assert-rs/trycmd/"
66
homepage = "https://github.com/assert-rs/trycmd/tree/main/crates/snapbox"

crates/trycmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.5.14", default-features = false, features = ["cmd"] }
51+
snapbox = { path = "../snapbox", version = "0.6.0", default-features = false, features = ["cmd"] }
5252
anstream = { version = "0.6.7", optional = true }
5353

5454
glob = "0.3.0"

crates/tryfn/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.5.14", default-features = false }
38+
snapbox = { path = "../snapbox", version = "0.6.0", default-features = false }
3939
libtest-mimic = "0.7.0"
4040
ignore = "0.4"

0 commit comments

Comments
 (0)