Skip to content

Commit 0cee16b

Browse files
committed
chore: Release
1 parent 923e749 commit 0cee16b

6 files changed

Lines changed: 14 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
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.1.0] - 2026-03-10
11+
1012
### Compatibility
1113

1214
- Change `cmd::cargo_bin` bad paths to panics
@@ -556,7 +558,8 @@ Other
556558
## [0.1.0] - 2021-12-28
557559

558560
<!-- next-url -->
559-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v1.0.2...HEAD
561+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v1.1.0...HEAD
562+
[1.1.0]: https://github.com/assert-rs/trycmd/compare/snapbox-v1.0.2...snapbox-v1.1.0
560563
[1.0.2]: https://github.com/assert-rs/trycmd/compare/snapbox-v1.0.1...snapbox-v1.0.2
561564
[1.0.1]: https://github.com/assert-rs/trycmd/compare/snapbox-v1.0.0...snapbox-v1.0.1
562565
[1.0.0]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.24...snapbox-v1.0.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.0.2"
3+
version = "1.1.0"
44
description = "Snapshot testing toolbox"
55
categories = ["development-tools::testing"]
66
keywords = ["cli", "test", "assert", "command"]

crates/trycmd/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.1.0] - 2026-03-10
11+
1012
### Compatibility
1113

1214
- Change `cmd::cargo_bin` bad paths to panics
@@ -492,7 +494,8 @@ Config
492494
## [0.1.0] - 2021-11-05
493495

494496
<!-- next-url -->
495-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v1.0.2...HEAD
497+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v1.1.0...HEAD
498+
[1.1.0]: https://github.com/assert-rs/trycmd/compare/trycmd-v1.0.2...trycmd-v1.1.0
496499
[1.0.2]: https://github.com/assert-rs/trycmd/compare/trycmd-v1.0.1...trycmd-v1.0.2
497500
[1.0.1]: https://github.com/assert-rs/trycmd/compare/trycmd-v1.0.0...trycmd-v1.0.1
498501
[1.0.0]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.11...trycmd-v1.0.0

crates/trycmd/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trycmd"
3-
version = "1.0.2"
3+
version = "1.1.0"
44
description = "Snapshot testing for a herd of CLI tests"
55
categories = ["development-tools::testing"]
66
keywords = ["cli", "test", "assert", "command", "duct"]
@@ -43,7 +43,7 @@ required-features = ["schema"]
4343

4444
[dependencies]
4545
automod = "1.0.15"
46-
snapbox = { path = "../snapbox", version = "1.0.2", default-features = false, features = ["cmd"] }
46+
snapbox = { path = "../snapbox", version = "1.1.0", 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.0.2", default-features = false }
33+
snapbox = { path = "../snapbox", version = "1.1.0", default-features = false }
3434
libtest-mimic = "0.7.3"
3535
ignore = "0.4.20"

0 commit comments

Comments
 (0)