Skip to content

Commit 2a1e1db

Browse files
committed
chore: Release assert_cmd version 2.0.15
1 parent 0695e37 commit 2a1e1db

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.15] - 2024-07-25
11+
1012
### Compatibility
1113

1214
- MSRV is now 1.74.0
@@ -342,7 +344,8 @@ Stable release!
342344

343345

344346
<!-- next-url -->
345-
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.14...HEAD
347+
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.15...HEAD
348+
[2.0.15]: https://github.com/assert-rs/assert_cmd/compare/v2.0.14...v2.0.15
346349
[2.0.14]: https://github.com/assert-rs/assert_cmd/compare/v2.0.13...v2.0.14
347350
[2.0.13]: https://github.com/assert-rs/assert_cmd/compare/v2.0.12...v2.0.13
348351
[2.0.12]: https://github.com/assert-rs/assert_cmd/compare/v2.0.11...v2.0.12

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
@@ -87,7 +87,7 @@ zero_sized_map_values = "warn"
8787

8888
[package]
8989
name = "assert_cmd"
90-
version = "2.0.14"
90+
version = "2.0.15"
9191
description = "Test CLI Applications."
9292
authors = ["Pascal Hertleif <killercup@gmail.com>", "Ed Page <eopage@gmail.com>"]
9393
repository = "https://github.com/assert-rs/assert_cmd.git"

0 commit comments

Comments
 (0)