| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). | |||
| 7 | 7 | <!-- next-header --> | |
| 8 | 8 | ## [Unreleased] - ReleaseDate | |
| 9 | 9 | ||
| 10 | + ## [2.1.0] - 2025-10-28 | ||
| 11 | + | ||
| 10 | 12 | ### Compatibility | |
| 11 | 13 | ||
| 12 | 14 | - Deprecated `crate_name!()` in favor of `pkg_name!()` | |
@@ -366,7 +368,8 @@ Stable release! | |||
| 366 | 368 | ||
| 367 | 369 | ||
| 368 | 370 | <!-- 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 | ||
| 370 | 373 | [2.0.17]: https://github.com/assert-rs/assert_cmd/compare/v2.0.16...v2.0.17 | |
| 371 | 374 | [2.0.16]: https://github.com/assert-rs/assert_cmd/compare/v2.0.15...v2.0.16 | |
| 372 | 375 | [2.0.15]: https://github.com/assert-rs/assert_cmd/compare/v2.0.14...v2.0.15 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -97,7 +97,7 @@ lto = true | |||
| 97 | 97 | ||
| 98 | 98 | [package] | |
| 99 | 99 | name = "assert_cmd" | |
| 100 | - version = "2.0.17" | ||
| 100 | + version = "2.1.0" | ||
| 101 | 101 | description = "Test CLI Applications." | |
| 102 | 102 | authors = ["Pascal Hertleif <killercup@gmail.com>", "Ed Page <eopage@gmail.com>"] | |
| 103 | 103 | homepage = "https://github.com/assert-rs/assert_cmd" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments