Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 13, 2024
1 parent a054de8 commit 28de73b
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.8", default-features = false, features = ["cmd"] }
snapbox = { path = "crates/snapbox", version = "0.5.9", 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.9] - 2024-03-13

### Fixes

- Don't strip on `str![].indent(false)` to work with lines with indentation
Expand Down Expand Up @@ -300,7 +302,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.8...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.9...HEAD
[0.5.9]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.8...snapbox-v0.5.9
[0.5.8]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.7...snapbox-v0.5.8
[0.5.7]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.6...snapbox-v0.5.7
[0.5.6]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.5...snapbox-v0.5.6
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.8"
version = "0.5.9"
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 28de73b

Please sign in to comment.