Skip to content

Commit 4cf3ef0

Browse files
committed
chore: Release 0.6.0
1 parent ce6981a commit 4cf3ef0

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="0.5.0"></a>
2+
## 0.6.0 (2018-07-18)
3+
4+
5+
#### Features
6+
7+
* **with_stdin**: Accept files ([#24](https://github.com/assert-rs/assert_cmd/pull/24))
8+
9+
#### Breaking Changes
10+
11+
* **with_stdin**: Accept files ([#24](https://github.com/assert-rs/assert_cmd/pull/24))
12+
13+
14+
115
<a name="0.5.0"></a>
216
## 0.5.0 (2018-07-13)
317

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "assert_cmd"
3-
version = "0.5.0"
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
@@ -14,7 +14,7 @@ Add to your `Cargo.toml`:
1414

1515
```toml
1616
[dependencies]
17-
assert_cmd = "0.5"
17+
assert_cmd = "0.6"
1818
```
1919

2020
## Example

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! ```toml
44
//! [dependencies]
5-
//! assert_cmd = "0.5"
5+
//! assert_cmd = "0.6"
66
//! ```
77
//!
88
//! ## Example

0 commit comments

Comments
 (0)