Skip to content

Commit 68e4a2c

Browse files
committed
chore: Release assert_cmd version 2.1.1
1 parent b3cb5d6 commit 68e4a2c

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

10+
## [2.1.1] - 2025-10-29
11+
1012
## [2.1.0] - 2025-10-28
1113

1214
### Compatibility
@@ -368,7 +370,8 @@ Stable release!
368370

369371

370372
<!-- next-url -->
371-
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.1.0...HEAD
373+
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.1.1...HEAD
374+
[2.1.1]: https://github.com/assert-rs/assert_cmd/compare/v2.1.0...v2.1.1
372375
[2.1.0]: https://github.com/assert-rs/assert_cmd/compare/v2.0.17...v2.1.0
373376
[2.0.17]: https://github.com/assert-rs/assert_cmd/compare/v2.0.16...v2.0.17
374377
[2.0.16]: https://github.com/assert-rs/assert_cmd/compare/v2.0.15...v2.0.16

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
@@ -97,7 +97,7 @@ lto = true
9797

9898
[package]
9999
name = "assert_cmd"
100-
version = "2.1.0"
100+
version = "2.1.1"
101101
description = "Test CLI Applications."
102102
authors = ["Pascal Hertleif <[email protected]>", "Ed Page <[email protected]>"]
103103
homepage = "https://github.com/assert-rs/assert_cmd"

0 commit comments

Comments
 (0)