Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 24, 2024
1 parent 832c675 commit d56700c
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.1] - 2024-05-24

### Fixes

- Apply redactions to `.term.svg` files
Expand Down Expand Up @@ -398,7 +400,8 @@ Other
## [0.1.0] - 2021-12-28

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.0...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.1...HEAD
[0.6.1]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.0...snapbox-v0.6.1
[0.6.0]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.14...snapbox-v0.6.0
[0.5.14]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.13...snapbox-v0.5.14
[0.5.13]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.12...snapbox-v0.5.13
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.0"
version = "0.6.1"
description = "Snapshot testing toolbox"
repository = "https://github.com/assert-rs/trycmd/"
homepage = "https://github.com/assert-rs/trycmd/tree/main/crates/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.0", default-features = false, features = ["cmd"] }
snapbox = { path = "../snapbox", version = "0.6.1", 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.0", default-features = false }
snapbox = { path = "../snapbox", version = "0.6.1", default-features = false }
libtest-mimic = "0.7.0"
ignore = "0.4"

0 comments on commit d56700c

Please sign in to comment.