Skip to content

Commit 8fbd3f1

Browse files
committed
chore: Release
1 parent 86babb6 commit 8fbd3f1

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

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

10+
## [0.6.19] - 2024-10-29
11+
1012
### Fixes
1113

1214
- Pull in `escargot` fix
@@ -500,7 +502,8 @@ Other
500502
## [0.1.0] - 2021-12-28
501503

502504
<!-- next-url -->
503-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.18...HEAD
505+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.19...HEAD
506+
[0.6.19]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.18...snapbox-v0.6.19
504507
[0.6.18]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.17...snapbox-v0.6.18
505508
[0.6.17]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.16...snapbox-v0.6.17
506509
[0.6.16]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.15...snapbox-v0.6.16

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.18"
3+
version = "0.6.19"
44
description = "Snapshot testing toolbox"
55
homepage = "https://github.com/assert-rs/trycmd/tree/main/crates/snapbox"
66
documentation = "http://docs.rs/snapbox/"

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

10+
## [0.15.8] - 2024-10-29
11+
1012
### Fixes
1113

1214
- Pull in `escargot` fix
@@ -445,7 +447,8 @@ Config
445447
## [0.1.0] - 2021-11-05
446448

447449
<!-- next-url -->
448-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.7...HEAD
450+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.8...HEAD
451+
[0.15.8]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.7...trycmd-v0.15.8
449452
[0.15.7]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.6...trycmd-v0.15.7
450453
[0.15.6]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.5...trycmd-v0.15.6
451454
[0.15.5]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.4...trycmd-v0.15.5

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.7"
3+
version = "0.15.8"
44
description = "Snapshot testing for a herd of CLI tests"
55
authors = ["Ed Page <eopage@gmail.com>"]
66
homepage = "https://github.com/assert-rs/trycmd"
@@ -48,7 +48,7 @@ required-features = ["schema"]
4848

4949
[dependencies]
5050
automod = "1.0.14"
51-
snapbox = { path = "../snapbox", version = "0.6.18", default-features = false, features = ["cmd"] }
51+
snapbox = { path = "../snapbox", version = "0.6.19", 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.6.18", default-features = false }
38+
snapbox = { path = "../snapbox", version = "0.6.19", default-features = false }
3939
libtest-mimic = "0.7.0"
4040
ignore = "0.4.11"

0 commit comments

Comments
 (0)