Skip to content

Commit 79c9b0d

Browse files
committed
chore: Release assert_cmd version 2.1.3
1 parent 90cb0dd commit 79c9b0d

3 files changed

Lines changed: 7 additions & 4 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.1.3] - 2026-03-10
11+
1012
### Fixes
1113

1214
- Un-deprecate `cargo_bin`
@@ -380,7 +382,8 @@ Stable release!
380382

381383

382384
<!-- next-url -->
383-
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.1.2...HEAD
385+
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.1.3...HEAD
386+
[2.1.3]: https://github.com/assert-rs/assert_cmd/compare/v2.1.2...v2.1.3
384387
[2.1.2]: https://github.com/assert-rs/assert_cmd/compare/v2.1.1...v2.1.2
385388
[2.1.1]: https://github.com/assert-rs/assert_cmd/compare/v2.1.0...v2.1.1
386389
[2.1.0]: https://github.com/assert-rs/assert_cmd/compare/v2.0.17...v2.1.0

Cargo.lock

Lines changed: 2 additions & 2 deletions
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.2"
99+
version = "2.1.3"
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)