Skip to content

Commit 4310e3d

Browse files
committed
chore: Release
1 parent 0805344 commit 4310e3d

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](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.6.23] - 2025-10-29
11+
1012
## [0.6.22] - 2025-10-15
1113

1214
### Fixes
@@ -524,7 +526,8 @@ Other
524526
## [0.1.0] - 2021-12-28
525527

526528
<!-- next-url -->
527-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.22...HEAD
529+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.23...HEAD
530+
[0.6.23]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.22...snapbox-v0.6.23
528531
[0.6.22]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.21...snapbox-v0.6.22
529532
[0.6.21]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.20...snapbox-v0.6.21
530533
[0.6.20]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.19...snapbox-v0.6.20

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.6.22"
3+
version = "0.6.23"
44
description = "Snapshot testing toolbox"
55
categories = ["development-tools::testing"]
66
keywords = ["cli", "test", "assert", "command"]

crates/trycmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ required-features = ["schema"]
4343

4444
[dependencies]
4545
automod = "1.0.15"
46-
snapbox = { path = "../snapbox", version = "0.6.22", default-features = false, features = ["cmd"] }
46+
snapbox = { path = "../snapbox", version = "0.6.23", default-features = false, features = ["cmd"] }
4747
anstream = { version = "0.6.20", optional = true }
4848

4949
glob = "0.3.3"

crates/tryfn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ color = ["snapbox/color"]
3030
color-auto = ["snapbox/color-auto"]
3131

3232
[dependencies]
33-
snapbox = { path = "../snapbox", version = "0.6.22", default-features = false }
33+
snapbox = { path = "../snapbox", version = "0.6.23", default-features = false }
3434
libtest-mimic = "0.7.0"
3535
ignore = "0.4.20"

0 commit comments

Comments
 (0)