Skip to content

Commit eea8a1c

Browse files
committed
chore: Release assert_cmd version 2.2.1
1 parent cd6828c commit eea8a1c

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

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.2.1] - 2026-04-17
11+
1012
### Internal
1113

1214
- Dependency update
@@ -392,7 +394,8 @@ Stable release!
392394

393395

394396
<!-- next-url -->
395-
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.2.0...HEAD
397+
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.2.1...HEAD
398+
[2.2.1]: https://github.com/assert-rs/assert_cmd/compare/v2.2.0...v2.2.1
396399
[2.2.0]: https://github.com/assert-rs/assert_cmd/compare/v2.1.3...v2.2.0
397400
[2.1.3]: https://github.com/assert-rs/assert_cmd/compare/v2.1.2...v2.1.3
398401
[2.1.2]: https://github.com/assert-rs/assert_cmd/compare/v2.1.1...v2.1.2

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
@@ -96,7 +96,7 @@ lto = true
9696

9797
[package]
9898
name = "assert_cmd"
99-
version = "2.2.0"
99+
version = "2.2.1"
100100
description = "Test CLI Applications."
101101
authors = ["Pascal Hertleif <killercup@gmail.com>", "Ed Page <eopage@gmail.com>"]
102102
homepage = "https://github.com/assert-rs/assert_cmd"

0 commit comments

Comments
 (0)