Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 23, 2022
1 parent 95af0f1 commit c92986f
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 @@ -56,7 +56,7 @@ name = "trycmd-schema"
required-features = ["schema"]

[dependencies]
snapbox = { path = "crates/snapbox", version = "0.3.0", default-features = false, features = ["cmd"] }
snapbox = { path = "crates/snapbox", version = "0.4.0", default-features = false, features = ["cmd"] }

glob = "0.3.0"
rayon = "1.5.1"
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.4.0] - 2022-09-23

### Features

- Initial json support
Expand Down Expand Up @@ -131,7 +133,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.3.3...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.0...HEAD
[0.4.0]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.3.3...snapbox-v0.4.0
[0.3.3]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.3.2...snapbox-v0.3.3
[0.3.2]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.3.1...snapbox-v0.3.2
[0.3.1]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.3.0...snapbox-v0.3.1
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.3.3"
version = "0.4.0"
description = "Snapshot testing toolbox"
license = "MIT OR Apache-2.0"
repository = "https://github.com/assert-rs/trycmd/"
Expand Down

0 comments on commit c92986f

Please sign in to comment.