Skip to content

Commit edda0b2

Browse files
committed
chore: Release assert_cmd version 2.1.2
1 parent 891d412 commit edda0b2

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

1214
- Add `#[must_use]` to help catch missing assertions
@@ -374,7 +376,8 @@ Stable release!
374376

375377

376378
<!-- next-url -->
377-
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.1.1...HEAD
379+
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.1.2...HEAD
380+
[2.1.2]: https://github.com/assert-rs/assert_cmd/compare/v2.1.1...v2.1.2
378381
[2.1.1]: https://github.com/assert-rs/assert_cmd/compare/v2.1.0...v2.1.1
379382
[2.1.0]: https://github.com/assert-rs/assert_cmd/compare/v2.0.17...v2.1.0
380383
[2.0.17]: https://github.com/assert-rs/assert_cmd/compare/v2.0.16...v2.0.17

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.1"
100+
version = "2.1.2"
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)