Skip to content

Commit d935ff8

Browse files
committed
chore: Release assert_cmd version 2.2.0
1 parent 1631cf4 commit d935ff8

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.0] - 2026-03-10
11+
1012
### Compatibility
1113

1214
- Change `cargo_bin` bad paths to panics
@@ -386,7 +388,8 @@ Stable release!
386388

387389

388390
<!-- next-url -->
389-
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.1.3...HEAD
391+
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.2.0...HEAD
392+
[2.2.0]: https://github.com/assert-rs/assert_cmd/compare/v2.1.3...v2.2.0
390393
[2.1.3]: https://github.com/assert-rs/assert_cmd/compare/v2.1.2...v2.1.3
391394
[2.1.2]: https://github.com/assert-rs/assert_cmd/compare/v2.1.1...v2.1.2
392395
[2.1.1]: https://github.com/assert-rs/assert_cmd/compare/v2.1.0...v2.1.1

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.1.3"
99+
version = "2.2.0"
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)