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

Commit

Permalink
chore: Release 0.6.0
Browse files Browse the repository at this point in the history
This is the same as the now-yanked 0.5.6
  • Loading branch information
epage committed May 11, 2018
1 parent 671d79f commit a352d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "assert_cli"
version = "0.5.6"
version = "0.6.0"
description = "Test CLI Applications."
authors = ["Pascal Hertleif <killercup@gmail.com>", "Ed Page <eopage@byu.net>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For your tests, add it to your `Cargo.toml`:

```toml
[dev-dependencies]
assert_cli = "0.5"
assert_cli = "0.6"
```

## Example
Expand Down

0 comments on commit a352d02

Please sign in to comment.