Skip to content

Commit b2528d9

Browse files
committed
chore: Release
1 parent 9c53460 commit b2528d9

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.7] - 2024-08-27
11+
1012
### Fixes
1113

1214
- Strip colors on `TERM=dumb`
@@ -439,7 +441,8 @@ Config
439441
## [0.1.0] - 2021-11-05
440442

441443
<!-- next-url -->
442-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.6...HEAD
444+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.7...HEAD
445+
[0.15.7]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.6...trycmd-v0.15.7
443446
[0.15.6]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.5...trycmd-v0.15.6
444447
[0.15.5]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.4...trycmd-v0.15.5
445448
[0.15.4]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.3...trycmd-v0.15.4

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

0 commit comments

Comments
 (0)