Skip to content

Commit b274dcb

Browse files
committed
chore: Release
1 parent af7547a commit b274dcb

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

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+
## [1.2.2] - 2026-05-26
11+
1012
### Performance
1113

1214
- Default to the old `tempfile` behavior for faster builds
@@ -574,7 +576,8 @@ Other
574576
## [0.1.0] - 2021-12-28
575577

576578
<!-- next-url -->
577-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v1.2.1...HEAD
579+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v1.2.2...HEAD
580+
[1.2.2]: https://github.com/assert-rs/trycmd/compare/snapbox-v1.2.1...snapbox-v1.2.2
578581
[1.2.1]: https://github.com/assert-rs/trycmd/compare/snapbox-v1.2.0...snapbox-v1.2.1
579582
[1.2.0]: https://github.com/assert-rs/trycmd/compare/snapbox-v1.1.0...snapbox-v1.2.0
580583
[1.1.0]: https://github.com/assert-rs/trycmd/compare/snapbox-v1.0.2...snapbox-v1.1.0

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 = "1.2.1"
3+
version = "1.2.2"
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.16"
46-
snapbox = { path = "../snapbox", version = "1.2.1", default-features = false, features = ["cmd"] }
46+
snapbox = { path = "../snapbox", version = "1.2.2", default-features = false, features = ["cmd"] }
4747
anstream = { version = "1.0.0", 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 = "1.2.1", default-features = false }
33+
snapbox = { path = "../snapbox", version = "1.2.2", default-features = false }
3434
libtest-mimic = "0.8.2"
3535
ignore = "0.4.25"

0 commit comments

Comments
 (0)