Skip to content

Commit 324f203

Browse files
committed
chore: Release
1 parent a01f647 commit 324f203

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](https://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.15.11] - 2025-11-17
11+
1012
### Fixes
1113

1214
- Ignore `test.out/` validation when all steps are skipped
@@ -467,7 +469,8 @@ Config
467469
## [0.1.0] - 2021-11-05
468470

469471
<!-- next-url -->
470-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.10...HEAD
472+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.11...HEAD
473+
[0.15.11]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.10...trycmd-v0.15.11
471474
[0.15.10]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.9...trycmd-v0.15.10
472475
[0.15.9]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.8...trycmd-v0.15.9
473476
[0.15.8]: https://github.com/assert-rs/trycmd/compare/trycmd-v0.15.7...trycmd-v0.15.8

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.10"
3+
version = "0.15.11"
44
description = "Snapshot testing for a herd of CLI tests"
55
categories = ["development-tools::testing"]
66
keywords = ["cli", "test", "assert", "command", "duct"]

0 commit comments

Comments
 (0)