Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 15, 2024
1 parent 3bf40d9 commit 3e9b830
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
5 changes: 4 additions & 1 deletion 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.15.2] - 2024-05-15

## [0.15.1] - 2024-04-04

### Fixes
Expand Down Expand Up @@ -425,7 +427,8 @@ Config
## [0.1.0] - 2021-11-05

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.15.1...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.15.2...HEAD
[0.15.2]: https://github.com/assert-rs/trycmd/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/assert-rs/trycmd/compare/v0.14.21...v0.15.0
[0.14.21]: https://github.com/assert-rs/trycmd/compare/v0.14.20...v0.14.21
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ assigning_clones = "allow"

[package]
name = "trycmd"
version = "0.15.1"
version = "0.15.2"
description = "Snapshot testing for a herd of CLI tests"
authors = ["Ed Page <eopage@gmail.com>"]
repository = "https://github.com/assert-rs/trycmd.git"
Expand Down Expand Up @@ -138,7 +138,7 @@ required-features = ["schema"]

[dependencies]
automod = "1.0.14"
snapbox = { path = "crates/snapbox", version = "0.5.9", default-features = false, features = ["cmd"] }
snapbox = { path = "crates/snapbox", version = "0.5.10", 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/snapbox-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snapbox-macros"
version = "0.3.8"
version = "0.3.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
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.10] - 2024-05-15

## [0.5.9] - 2024-03-13

### Fixes
Expand Down Expand Up @@ -302,7 +304,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.9...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.10...HEAD
[0.5.10]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.5.9...snapbox-v0.5.10
[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
Expand Down
4 changes: 2 additions & 2 deletions crates/snapbox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snapbox"
version = "0.5.9"
version = "0.5.10"
description = "Snapshot testing toolbox"
repository = "https://github.com/assert-rs/trycmd/"
homepage = "https://github.com/assert-rs/trycmd/tree/main/crates/snapbox"
Expand Down Expand Up @@ -67,7 +67,7 @@ name = "snap-fixture" # For `snapbox`s tests only

[dependencies]
normalize-line-endings = "0.3.0"
snapbox-macros = { path = "../snapbox-macros", version = "0.3.8" }
snapbox-macros = { path = "../snapbox-macros", version = "0.3.9" }

libtest-mimic = { version = "0.7.0", optional = true }
ignore = { version = "0.4", optional = true }
Expand Down

0 comments on commit 3e9b830

Please sign in to comment.