Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit a352d02

Browse files
committed
chore: Release 0.6.0
This is the same as the now-yanked 0.5.6
1 parent 671d79f commit a352d02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "assert_cli"
3-
version = "0.5.6"
3+
version = "0.6.0"
44
description = "Test CLI Applications."
55
authors = ["Pascal Hertleif <[email protected]>", "Ed Page <[email protected]>"]
66
license = "MIT OR Apache-2.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For your tests, add it to your `Cargo.toml`:
1313

1414
```toml
1515
[dev-dependencies]
16-
assert_cli = "0.5"
16+
assert_cli = "0.6"
1717
```
1818

1919
## Example

0 commit comments

Comments
 (0)