Skip to content

Commit

Permalink
chore: Release assert_cmd version 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 9, 2024
1 parent 50e8293 commit bf1025e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [2.0.16] - 2024-08-09

### Features

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


<!-- next-url -->
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.15...HEAD
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.16...HEAD
[2.0.16]: https://github.com/assert-rs/assert_cmd/compare/v2.0.15...v2.0.16
[2.0.15]: https://github.com/assert-rs/assert_cmd/compare/v2.0.14...v2.0.15
[2.0.14]: https://github.com/assert-rs/assert_cmd/compare/v2.0.13...v2.0.14
[2.0.13]: https://github.com/assert-rs/assert_cmd/compare/v2.0.12...v2.0.13
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ zero_sized_map_values = "warn"

[package]
name = "assert_cmd"
version = "2.0.15"
version = "2.0.16"
description = "Test CLI Applications."
authors = ["Pascal Hertleif <[email protected]>", "Ed Page <[email protected]>"]
homepage = "https://github.com/assert-rs/assert_cmd"
Expand Down

0 comments on commit bf1025e

Please sign in to comment.