Skip to content

Commit feece89

Browse files
committed
chore: Release assert_cmd version 2.2.2
1 parent 367cdf7 commit feece89

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.2] - 2026-05-11
11+
1012
### Fixes
1113

1214
- Ensure `#[track_caller]` works for better panic messages
@@ -398,7 +400,8 @@ Stable release!
398400

399401

400402
<!-- next-url -->
401-
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.2.1...HEAD
403+
[Unreleased]: https://github.com/assert-rs/assert_cmd.git/compare/v2.2.2...HEAD
404+
[2.2.2]: https://github.com/assert-rs/assert_cmd/compare/v2.2.1...v2.2.2
402405
[2.2.1]: https://github.com/assert-rs/assert_cmd/compare/v2.2.0...v2.2.1
403406
[2.2.0]: https://github.com/assert-rs/assert_cmd/compare/v2.1.3...v2.2.0
404407
[2.1.3]: https://github.com/assert-rs/assert_cmd/compare/v2.1.2...v2.1.3

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
@@ -115,7 +115,7 @@ lto = true
115115

116116
[package]
117117
name = "assert_cmd"
118-
version = "2.2.1"
118+
version = "2.2.2"
119119
description = "Test CLI Applications."
120120
authors = ["Pascal Hertleif <killercup@gmail.com>", "Ed Page <eopage@gmail.com>"]
121121
homepage = "https://github.com/assert-rs/assert_cmd"

0 commit comments

Comments
 (0)