Skip to content

Commit fa42c46

Browse files
committed
chore: Release
1 parent 8932580 commit fa42c46

8 files changed

Lines changed: 23 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/snapbox-macros/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-macros"
3-
version = "0.4.0"
3+
version = "1.0.0"
44
description = "Snapshot testing toolbox"
55
categories = ["development-tools::testing"]
66
keywords = ["cli", "test", "assert", "command"]

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.0.0] - 2026-02-11
11+
1012
## [0.6.24] - 2026-01-09
1113

1214
### Fixes
@@ -533,7 +535,8 @@ Other
533535
## [0.1.0] - 2021-12-28
534536

535537
<!-- next-url -->
536-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.24...HEAD
538+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v1.0.0...HEAD
539+
[1.0.0]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.24...snapbox-v1.0.0
537540
[0.6.24]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.23...snapbox-v0.6.24
538541
[0.6.23]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.22...snapbox-v0.6.23
539542
[0.6.22]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.21...snapbox-v0.6.22

crates/snapbox/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snapbox"
3-
version = "0.6.24"
3+
version = "1.0.0"
44
description = "Snapshot testing toolbox"
55
categories = ["development-tools::testing"]
66
keywords = ["cli", "test", "assert", "command"]
@@ -65,7 +65,7 @@ name = "snap-fixture" # For `snapbox`s tests only
6565

6666
[dependencies]
6767
normalize-line-endings = "0.3.0"
68-
snapbox-macros = { path = "../snapbox-macros", version = "0.4.0" }
68+
snapbox-macros = { path = "../snapbox-macros", version = "1.0.0" }
6969

7070
content_inspector = { version = "0.2.4", optional = true }
7171

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.0.0] - 2026-02-11
11+
1012
## [0.15.11] - 2025-11-17
1113

1214
### Fixes
@@ -469,7 +471,8 @@ Config
469471
## [0.1.0] - 2021-11-05
470472

471473
<!-- next-url -->
472-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.11...HEAD
474+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v1.0.0...HEAD
475+
[1.0.0]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.11...trycmd-v1.0.0
473476
[0.15.11]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.10...trycmd-v0.15.11
474477
[0.15.10]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.9...trycmd-v0.15.10
475478
[0.15.9]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.8...trycmd-v0.15.9

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 = "0.15.11"
3+
version = "1.0.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 = "0.6.24", default-features = false, features = ["cmd"] }
46+
snapbox = { path = "../snapbox", version = "1.0.0", default-features = false, features = ["cmd"] }
4747
anstream = { version = "0.6.20", optional = true }
4848

4949
glob = "0.3.3"

crates/tryfn/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.0.0] - 2026-02-11
11+
1012
### Compatibility
1113

1214
- Bump MSRV to 1.66
@@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
3234
## [0.1.0] - 2024-05-17
3335

3436
<!-- next-url -->
35-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.2.3...HEAD
37+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/tryfn-v1.0.0...HEAD
38+
[1.0.0]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.2.3...tryfn-v1.0.0
3639
[0.2.3]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.2.2...tryfn-v0.2.3
3740
[0.2.2]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.2.1...tryfn-v0.2.2
3841
[0.2.1]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.2.0...tryfn-v0.2.1

crates/tryfn/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tryfn"
3-
version = "0.2.3"
3+
version = "1.0.0"
44
description = "File-driven snapshot testing for a function"
55
categories = ["development-tools::testing"]
66
keywords = ["test", "assert", "snapsjot"]
@@ -30,6 +30,6 @@ color = ["snapbox/color"]
3030
color-auto = ["snapbox/color-auto"]
3131

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

0 commit comments

Comments
 (0)