Skip to content

Commit 3deab53

Browse files
committed
chore: Release
1 parent 7d90ac1 commit 3deab53

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.9] - 2025-02-12
11+
1012
### Features
1113

1214
- Report test duration
@@ -451,7 +453,8 @@ Config
451453
## [0.1.0] - 2021-11-05
452454

453455
<!-- next-url -->
454-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.8...HEAD
456+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.9...HEAD
457+
[0.15.9]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.8...trycmd-v0.15.9
455458
[0.15.8]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.7...trycmd-v0.15.8
456459
[0.15.7]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.6...trycmd-v0.15.7
457460
[0.15.6]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.5...trycmd-v0.15.6

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.8"
3+
version = "0.15.9"
44
description = "Snapshot testing for a herd of CLI tests"
55
authors = ["Ed Page <eopage@gmail.com>"]
66
homepage = "https://github.com/assert-rs/trycmd"

0 commit comments

Comments
 (0)