Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 7, 2024
1 parent c86f808 commit 4075137
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.8] - 2024-06-07

### Features

- Add data format helpers to `IntoData`
Expand Down Expand Up @@ -440,7 +442,8 @@ Other
## [0.1.0] - 2021-12-28

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.7...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.8...HEAD
[0.6.8]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8
[0.6.7]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7
[0.6.6]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6
[0.6.5]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.4...snapbox-v0.6.5
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.7"
version = "0.6.8"
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.7", default-features = false, features = ["cmd"] }
snapbox = { path = "../snapbox", version = "0.6.8", 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.7", default-features = false }
snapbox = { path = "../snapbox", version = "0.6.8", default-features = false }
libtest-mimic = "0.7.0"
ignore = "0.4"

0 comments on commit 4075137

Please sign in to comment.