Skip to content

Commit 5a6ad20

Browse files
committed
chore: Release
1 parent b664668 commit 5a6ad20

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

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+
## [1.1.1] - 2026-03-12
11+
1012
### Fixes
1113

1214
- Normalize newlines in an attempt to fix windows support with the new `toml`
@@ -498,7 +500,8 @@ Config
498500
## [0.1.0] - 2021-11-05
499501

500502
<!-- next-url -->
501-
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v1.1.0...HEAD
503+
[Unreleased]: https://github.com/assert-rs/trycmd/compare/trycmd-v1.1.1...HEAD
504+
[1.1.1]: https://github.com/assert-rs/trycmd/compare/trycmd-v1.1.0...trycmd-v1.1.1
502505
[1.1.0]: https://github.com/assert-rs/trycmd/compare/trycmd-v1.0.2...trycmd-v1.1.0
503506
[1.0.2]: https://github.com/assert-rs/trycmd/compare/trycmd-v1.0.1...trycmd-v1.0.2
504507
[1.0.1]: https://github.com/assert-rs/trycmd/compare/trycmd-v1.0.0...trycmd-v1.0.1

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 = "1.1.0"
3+
version = "1.1.1"
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)