Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 28, 2023
1 parent 8ee65e0 commit a31f09d
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.18] - 2023-09-28

### Internal

- Update `anstream`
Expand Down Expand Up @@ -388,7 +390,8 @@ Config
## [0.1.0] - 2021-11-05

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.14.17...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.14.18...HEAD
[0.14.18]: https://github.com/assert-rs/trycmd/compare/v0.14.17...v0.14.18
[0.14.17]: https://github.com/assert-rs/trycmd/compare/v0.14.16...v0.14.17
[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
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.17"
version = "0.14.18"
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 @@ -65,7 +65,7 @@ name = "trycmd-schema"
required-features = ["schema"]

[dependencies]
snapbox = { path = "crates/snapbox", version = "0.4.12", default-features = false, features = ["cmd"] }
snapbox = { path = "crates/snapbox", version = "0.4.13", default-features = false, features = ["cmd"] }
anstream = { version = "0.6.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.5"
version = "0.3.6"
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.13] - 2023-09-28

### Internal

- Update `anstream`
Expand Down Expand Up @@ -210,7 +212,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.12...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.13...HEAD
[0.4.13]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.12...snapbox-v0.4.13
[0.4.12]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.11...snapbox-v0.4.12
[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
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.12"
version = "0.4.13"
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.5" }
snapbox-macros = { path = "../snapbox-macros", version = "0.3.6" }

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

0 comments on commit a31f09d

Please sign in to comment.