| 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](http://semver.org/). | |||
| 7 | 7 | <!-- next-header --> | |
| 8 | 8 | ## [Unreleased] - ReleaseDate | |
| 9 | 9 | ||
| 10 | + ## [2.0.16] - 2024-08-09 | ||
| 11 | + | ||
| 10 | 12 | ### Features | |
| 11 | 13 | ||
| 12 | 14 | - Add getters to `Command` to mirror those added to the standard library | |
@@ -348,7 +350,8 @@ Stable release! | |||
| 348 | 350 | ||
| 349 | 351 | ||
| 350 | 352 | <!-- next-url --> | |
| 351 | - [Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.15...HEAD | ||
| 353 | + [Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.16...HEAD | ||
| 354 | + [2.0.16]: https://github.com/assert-rs/assert_cmd/compare/v2.0.15...v2.0.16 | ||
| 352 | 355 | [2.0.15]: https://github.com/assert-rs/assert_cmd/compare/v2.0.14...v2.0.15 | |
| 353 | 356 | [2.0.14]: https://github.com/assert-rs/assert_cmd/compare/v2.0.13...v2.0.14 | |
| 354 | 357 | [2.0.13]: https://github.com/assert-rs/assert_cmd/compare/v2.0.12...v2.0.13 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -86,7 +86,7 @@ zero_sized_map_values = "warn" | |||
| 86 | 86 | ||
| 87 | 87 | [package] | |
| 88 | 88 | name = "assert_cmd" | |
| 89 | - version = "2.0.15" | ||
| 89 | + version = "2.0.16" | ||
| 90 | 90 | description = "Test CLI Applications." | |
| 91 | 91 | authors = ["Pascal Hertleif <killercup@gmail.com>", "Ed Page <eopage@gmail.com>"] | |
| 92 | 92 | homepage = "https://github.com/assert-rs/assert_cmd" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments