Skip to content

Commit e71a9f7

Browse files
committed
chore: Release assert_cmd version 2.0.10
1 parent ab94f4d commit e71a9f7

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.10] - 2023-03-16
11+
1012
### Internal
1113

1214
- Dependency update
@@ -304,7 +306,8 @@ Stable release!
304306

305307

306308
<!-- next-url -->
307-
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.9...HEAD
309+
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.10...HEAD
310+
[2.0.10]: https://github.com/assert-rs/assert_cmd/compare/v2.0.9...v2.0.10
308311
[2.0.9]: https://github.com/assert-rs/assert_cmd/compare/v2.0.8...v2.0.9
309312
[2.0.8]: https://github.com/assert-rs/assert_cmd/compare/v2.0.7...v2.0.8
310313
[2.0.7]: https://github.com/assert-rs/assert_cmd/compare/v2.0.6...v2.0.7

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "assert_cmd"
3-
version = "2.0.9"
3+
version = "2.0.10"
44
description = "Test CLI Applications."
55
authors = ["Pascal Hertleif <[email protected]>", "Ed Page <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)