Skip to content

Commit 8534a09

Browse files
committed
chore: Release
1 parent f4132d3 commit 8534a09

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/trycmd/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.15.3] - 2024-05-23
11+
1012
## [0.15.2] - 2024-05-15
1113

1214
## [0.15.1] - 2024-04-04
@@ -427,7 +429,8 @@ Config
427429
## [0.1.0] - 2021-11-05
428430

429431
<!-- next-url -->
430-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.15.2...HEAD
432+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.3...HEAD
433+
[0.15.3]: https://github.com/assert-rs/trycmd/compare/v0.15.2...trycmd-v0.15.3
431434
[0.15.2]: https://github.com/assert-rs/trycmd/compare/v0.15.1...v0.15.2
432435
[0.15.1]: https://github.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1
433436
[0.15.0]: https://github.com/assert-rs/trycmd/compare/v0.14.21...v0.15.0

crates/trycmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trycmd"
3-
version = "0.15.2"
3+
version = "0.15.3"
44
description = "Snapshot testing for a herd of CLI tests"
55
authors = ["Ed Page <[email protected]>"]
66
repository = "https://github.com/assert-rs/trycmd.git"

crates/tryfn/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.2.1] - 2024-05-23
11+
1012
## [0.2.0] - 2024-05-17
1113

1214
### Breaking Changes
@@ -22,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2224
## [0.1.0] - 2024-05-17
2325

2426
<!-- next-url -->
25-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.2.0...HEAD
27+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.2.1...HEAD
28+
[0.2.1]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.2.0...tryfn-v0.2.1
2629
[0.2.0]: https://github.com/assert-rs/trycmd/compare/tryfn-v0.1.0...tryfn-v0.2.0
2730
[0.1.0]: https://github.com/assert-rs/trycmd/compare/3e293f6f6167270d85f57a7b59fd94590af6fa97...tryfn-v0.1.0

crates/tryfn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tryfn"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "File-driven snapshot testing for a function"
55
authors = ["Ed Page <[email protected]>"]
66
repository = "https://github.com/assert-rs/trycmd.git"

0 commit comments

Comments
 (0)