Skip to content

Commit ef752de

Browse files
committed
chore: Release assert_cmd version 2.1.0
1 parent 278df89 commit ef752de

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

1214
- Deprecated `crate_name!()` in favor of `pkg_name!()`
@@ -366,7 +368,8 @@ Stable release!
366368

367369

368370
<!-- next-url -->
369-
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.17...HEAD
371+
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.1.0...HEAD
372+
[2.1.0]: https://github.com/assert-rs/assert_cmd/compare/v2.0.17...v2.1.0
370373
[2.0.17]: https://github.com/assert-rs/assert_cmd/compare/v2.0.16...v2.0.17
371374
[2.0.16]: https://github.com/assert-rs/assert_cmd/compare/v2.0.15...v2.0.16
372375
[2.0.15]: https://github.com/assert-rs/assert_cmd/compare/v2.0.14...v2.0.15

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.0.17"
100+
version = "2.1.0"
101101
description = "Test CLI Applications."
102102
authors = ["Pascal Hertleif <killercup@gmail.com>", "Ed Page <eopage@gmail.com>"]
103103
homepage = "https://github.com/assert-rs/assert_cmd"

0 commit comments

Comments
 (0)