Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 4, 2024
1 parent f72ec94 commit a6d7b6e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion crates/snapbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.6.18] - 2024-10-04

### Fixes

- Take redactions into account when finding the end of an elided structured, unordered array
Expand Down Expand Up @@ -494,7 +496,8 @@ Other
## [0.1.0] - 2021-12-28

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.17...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.18...HEAD
[0.6.18]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.17...snapbox-v0.6.18
[0.6.17]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.16...snapbox-v0.6.17
[0.6.16]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.15...snapbox-v0.6.16
[0.6.15]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.14...snapbox-v0.6.15
Expand Down
2 changes: 1 addition & 1 deletion crates/snapbox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snapbox"
version = "0.6.17"
version = "0.6.18"
description = "Snapshot testing toolbox"
homepage = "https://github.com/assert-rs/trycmd/tree/main/crates/snapbox"
documentation = "http://docs.rs/snapbox/"
Expand Down
2 changes: 1 addition & 1 deletion crates/trycmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ required-features = ["schema"]

[dependencies]
automod = "1.0.14"
snapbox = { path = "../snapbox", version = "0.6.17", default-features = false, features = ["cmd"] }
snapbox = { path = "../snapbox", version = "0.6.18", default-features = false, features = ["cmd"] }
anstream = { version = "0.6.7", optional = true }

glob = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/tryfn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ color = ["snapbox/color"]
color-auto = ["snapbox/color-auto"]

[dependencies]
snapbox = { path = "../snapbox", version = "0.6.17", default-features = false }
snapbox = { path = "../snapbox", version = "0.6.18", default-features = false }
libtest-mimic = "0.7.0"
ignore = "0.4.11"

0 comments on commit a6d7b6e

Please sign in to comment.