Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 8, 2024
1 parent 2f08754 commit 1b3ebc0
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.21] - 2024-02-08

### Internal

- Update `toml_edit`
Expand Down Expand Up @@ -406,7 +408,8 @@ Config
## [0.1.0] - 2021-11-05

<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.14.20...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.14.21...HEAD
[0.14.21]: https://github.com/assert-rs/trycmd/compare/v0.14.20...v0.14.21
[0.14.20]: https://github.com/assert-rs/trycmd/compare/v0.14.19...v0.14.20
[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
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.20"
version = "0.14.21"
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.16", default-features = false, features = ["cmd"] }
snapbox = { path = "crates/snapbox", version = "0.4.17", 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.7"
version = "0.3.8"
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.17] - 2024-02-08

## [0.4.16] - 2024-01-12

### Internal
Expand Down Expand Up @@ -230,7 +232,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.16...HEAD
[Unreleased]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.17...HEAD
[0.4.17]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.16...snapbox-v0.4.17
[0.4.16]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.15...snapbox-v0.4.16
[0.4.15]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.14...snapbox-v0.4.15
[0.4.14]: https://github.com/assert-rs/trycmd/compare/snapbox-v0.4.13...snapbox-v0.4.14
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.16"
version = "0.4.17"
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.7" }
snapbox-macros = { path = "../snapbox-macros", version = "0.3.8" }

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

0 comments on commit 1b3ebc0

Please sign in to comment.