Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 22, 2024
1 parent e67490c commit 29bf470
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ name = "trycmd-schema"
required-features = ["schema"]

[dependencies]
snapbox = { path = "crates/snapbox", version = "0.5.5", default-features = false, features = ["cmd"] }
snapbox = { path = "crates/snapbox", version = "0.5.6", default-features = false, features = ["cmd"] }
anstream = { version = "0.6.7", optional = true }

glob = "0.3.0"
Expand Down
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.5.6] - 2024-02-22

### Fixes

- *(term-svg)* Reduce noise in SVG snapshots
Expand Down Expand Up @@ -282,7 +284,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.0] - 2021-12-28

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.5...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.6...HEAD
[0.5.6]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.5...snapbox-v0.5.6
[0.5.5]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.4...snapbox-v0.5.5
[0.5.4]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.3...snapbox-v0.5.4
[0.5.3]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.2...snapbox-v0.5.3
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.5.5"
version = "0.5.6"
description = "Snapshot testing toolbox"
repository = "https://github.com/assert-rs/trycmd/"
homepage = "https://github.com/assert-rs/trycmd/tree/main/crates/snapbox"
Expand Down

0 comments on commit 29bf470

Please sign in to comment.