Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 25, 2024
1 parent 86c3034 commit f7204aa
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 14 deletions.
8 changes: 4 additions & 4 deletions 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 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.9"
version = "0.3.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
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.16] - 2024-07-25

## [0.6.15] - 2024-07-24

### Features
Expand Down Expand Up @@ -482,7 +484,8 @@ Other
## [0.1.0] - 2021-12-28

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.15...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.16...HEAD
[0.6.16]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.15...snapbox-v0.6.16
[0.6.15]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.14...snapbox-v0.6.15
[0.6.14]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.13...snapbox-v0.6.14
[0.6.13]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.6.12...snapbox-v0.6.13
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.6.15"
version = "0.6.16"
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 @@ -69,7 +69,7 @@ name = "snap-fixture" # For `snapbox`s tests only

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

content_inspector = { version = "0.2.4", optional = true }

Expand Down
5 changes: 4 additions & 1 deletion crates/trycmd/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.6] - 2024-07-25

## [0.15.5] - 2024-07-23

## [0.15.4] - 2024-05-24
Expand Down Expand Up @@ -433,7 +435,8 @@ Config
## [0.1.0] - 2021-11-05

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.5...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.6...HEAD
[0.15.6]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.5...trycmd-v0.15.6
[0.15.5]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.4...trycmd-v0.15.5
[0.15.4]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.3...trycmd-v0.15.4
[0.15.3]: https://github.com/assert-rs/trycmd/compare/v0.15.2...trycmd-v0.15.3
Expand Down
4 changes: 2 additions & 2 deletions crates/trycmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trycmd"
version = "0.15.5"
version = "0.15.6"
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 @@ -48,7 +48,7 @@ required-features = ["schema"]

[dependencies]
automod = "1.0.14"
snapbox = { path = "../snapbox", version = "0.6.15", default-features = false, features = ["cmd"] }
snapbox = { path = "../snapbox", version = "0.6.16", 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/tryfn/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.2.3] - 2024-07-25

## [0.2.2] - 2024-07-23

## [0.2.1] - 2024-05-23
Expand All @@ -26,7 +28,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.0] - 2024-05-17

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.2.2...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.2.3...HEAD
[0.2.3]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.2.2...tryfn-v0.2.3
[0.2.2]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.2.1...tryfn-v0.2.2
[0.2.1]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.2.0...tryfn-v0.2.1
[0.2.0]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.1.0...tryfn-v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions crates/tryfn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tryfn"
version = "0.2.2"
version = "0.2.3"
description = "File-driven snapshot testing for a function"
authors = ["Ed Page <eopage@gmail.com>"]
repository = "https://github.com/assert-rs/trycmd.git"
Expand Down Expand Up @@ -35,6 +35,6 @@ color = ["snapbox/color"]
color-auto = ["snapbox/color-auto"]

[dependencies]
snapbox = { path = "../snapbox", version = "0.6.15", default-features = false }
snapbox = { path = "../snapbox", version = "0.6.16", default-features = false }
libtest-mimic = "0.7.0"
ignore = "0.4.11"

0 comments on commit f7204aa

Please sign in to comment.