Skip to content

Commit c5c7f0f

Browse files
committed
chore: Release assert_cmd version 2.0.17
1 parent 569854e commit c5c7f0f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
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.17] - 2025-04-16
11+
1012
### Features
1113

1214
- Add `cargo::cargo_bin!` which will work with Cargo's `build-dir`
@@ -354,7 +356,8 @@ Stable release!
354356

355357

356358
<!-- next-url -->
357-
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.16...HEAD
359+
[Unreleased]: https://github.com/assert-rs/assert_cmd/compare/v2.0.17...HEAD
360+
[2.0.17]: https://github.com/assert-rs/assert_cmd/compare/v2.0.16...v2.0.17
358361
[2.0.16]: https://github.com/assert-rs/assert_cmd/compare/v2.0.15...v2.0.16
359362
[2.0.15]: https://github.com/assert-rs/assert_cmd/compare/v2.0.14...v2.0.15
360363
[2.0.14]: https://github.com/assert-rs/assert_cmd/compare/v2.0.13...v2.0.14

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ zero_sized_map_values = "warn"
8888

8989
[package]
9090
name = "assert_cmd"
91-
version = "2.0.16"
91+
version = "2.0.17"
9292
description = "Test CLI Applications."
9393
authors = ["Pascal Hertleif <[email protected]>", "Ed Page <[email protected]>"]
9494
homepage = "https://github.com/assert-rs/assert_cmd"

0 commit comments

Comments
 (0)