Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 13, 2023
1 parent 19e33b0 commit 50617db
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.14.16] - 2023-04-13

### Internal

- Dependency update
Expand Down Expand Up @@ -372,7 +374,8 @@ Config
## [0.1.0] - 2021-11-05

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.14.15...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.14.16...HEAD
[0.14.16]: https://github.com/assert-rs/trycmd/compare/v0.14.15...v0.14.16
[0.14.15]: https://github.com/assert-rs/trycmd/compare/v0.14.14...v0.14.15
[0.14.14]: https://github.com/assert-rs/trycmd/compare/v0.14.13...v0.14.14
[0.14.13]: https://github.com/assert-rs/trycmd/compare/v0.14.12...v0.14.13
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 @@ -18,7 +18,7 @@ include = [

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

[dependencies]
snapbox = { path = "crates/snapbox", version = "0.4.10", default-features = false, features = ["cmd"] }
snapbox = { path = "crates/snapbox", version = "0.4.11", default-features = false, features = ["cmd"] }
anstream = { version = "0.3.0", 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.3"
version = "0.3.4"
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.4.11] - 2023-04-13

### Internal

- Dependency update
Expand Down Expand Up @@ -190,7 +192,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.4.10...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.11...HEAD
[0.4.11]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.10...snapbox-v0.4.11
[0.4.10]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.9...snapbox-v0.4.10
[0.4.9]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.8...snapbox-v0.4.9
[0.4.8]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.7...snapbox-v0.4.8
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.4.10"
version = "0.4.11"
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 @@ -65,7 +65,7 @@ name = "snap-fixture" # For `snapbox`s tests only

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

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

0 comments on commit 50617db

Please sign in to comment.