Skip to content

Commit 57a47c8

Browse files
committed
chore: Release
1 parent e8a9eef commit 57a47c8

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.5.14] - 2024-05-23
11+
1012
### Compatibility
1113

1214
- Deprecated `filter::NormalizePaths` in favor of `filter::FilterPaths`
@@ -361,7 +363,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
361363
## [0.1.0] - 2021-12-28
362364

363365
<!-- next-url -->
364-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.13...HEAD
366+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.14...HEAD
367+
[0.5.14]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.13...snapbox-v0.5.14
365368
[0.5.13]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.12...snapbox-v0.5.13
366369
[0.5.12]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.11...snapbox-v0.5.12
367370
[0.5.11]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.10...snapbox-v0.5.11

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.13"
3+
version = "0.5.14"
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.13", default-features = false, features = ["cmd"] }
51+
snapbox = { path = "../snapbox", version = "0.5.14", 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.13", default-features = false }
38+
snapbox = { path = "../snapbox", version = "0.5.14", default-features = false }
3939
libtest-mimic = "0.7.0"
4040
ignore = "0.4"

0 commit comments

Comments
 (0)