Skip to content

Commit 2769ed8

Browse files
committed
chore: Release
1 parent b790479 commit 2769ed8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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

1214
- Overwrite of `.stdout`/`.stderr` files works again
@@ -423,7 +425,8 @@ Config
423425
## [0.1.0] - 2021-11-05
424426

425427
<!-- next-url -->
426-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.15.0...HEAD
428+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/v0.15.1...HEAD
429+
[0.15.1]: https://github.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1
427430
[0.15.0]: https://github.com/assert-rs/trycmd/compare/v0.14.21...v0.15.0
428431
[0.14.21]: https://github.com/assert-rs/trycmd/compare/v0.14.20...v0.14.21
429432
[0.14.20]: https://github.com/assert-rs/trycmd/compare/v0.14.19...v0.14.20

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = [
1818

1919
[package]
2020
name = "trycmd"
21-
version = "0.15.0"
21+
version = "0.15.1"
2222
description = "Snapshot testing for a herd of CLI tests"
2323
authors = ["Ed Page <[email protected]>"]
2424
repository = "https://github.com/assert-rs/trycmd.git"

0 commit comments

Comments
 (0)