Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 2, 2023
1 parent e52c5b7 commit 25730c4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 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.19] - 2023-10-02

### Fixes

- Match standard diff colors
Expand Down Expand Up @@ -394,7 +396,8 @@ Config
## [0.1.0] - 2021-11-05

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.14.18...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.14.19...HEAD
[0.14.19]: https://github.com/assert-rs/trycmd/compare/v0.14.18...v0.14.19
[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
Expand Down
4 changes: 2 additions & 2 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.18"
version = "0.14.19"
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.13", default-features = false, features = ["cmd"] }
snapbox = { path = "crates/snapbox", version = "0.4.14", default-features = false, features = ["cmd"] }
anstream = { version = "0.6.0", optional = true }

glob = "0.3.0"
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.14] - 2023-10-02

### Fixes

- Match standard diff colors
Expand Down Expand Up @@ -216,7 +218,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.13...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.14...HEAD
[0.4.14]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.13...snapbox-v0.4.14
[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
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.4.13"
version = "0.4.14"
description = "Snapshot testing toolbox"
repository = "https://github.com/assert-rs/trycmd/"
homepage = "https://github.com/assert-rs/trycmd/tree/main/crates/snapbox"
Expand Down

0 comments on commit 25730c4

Please sign in to comment.