Skip to content

Commit bf1025e

Browse files
committed
chore: Release assert_cmd version 2.0.16
1 parent 50e8293 commit bf1025e

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](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [2.0.16] - 2024-08-09
11+
1012
### Features
1113

1214
- Add getters to `Command` to mirror those added to the standard library
@@ -348,7 +350,8 @@ Stable release!
348350

349351

350352
<!-- 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
352355
[2.0.15]: https://github.com/assert-rs/assert_cmd/compare/v2.0.14...v2.0.15
353356
[2.0.14]: https://github.com/assert-rs/assert_cmd/compare/v2.0.13...v2.0.14
354357
[2.0.13]: https://github.com/assert-rs/assert_cmd/compare/v2.0.12...v2.0.13

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
@@ -86,7 +86,7 @@ zero_sized_map_values = "warn"
8686

8787
[package]
8888
name = "assert_cmd"
89-
version = "2.0.15"
89+
version = "2.0.16"
9090
description = "Test CLI Applications."
9191
authors = ["Pascal Hertleif <killercup@gmail.com>", "Ed Page <eopage@gmail.com>"]
9292
homepage = "https://github.com/assert-rs/assert_cmd"

0 commit comments

Comments
 (0)