Skip to content

Commit 0b4fce7

Browse files
committed
chore: Release 0.5.0
1 parent 074b63a commit 0b4fce7

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="0.5.0"></a>
2+
## 0.5.0 (2018-07-13)
3+
4+
5+
#### Features
6+
7+
* **with_stdin**: Work with chained APIs ([#23](https://github.com/assert-rs/assert_cmd/pull/23))
8+
9+
#### Breaking Changes
10+
11+
* **with_stdin**: Work with chained APIs ([#23](https://github.com/assert-rs/assert_cmd/pull/23))
12+
13+
14+
115
<a name="0.4.0"></a>
216
## 0.4.0 (2018-06-28)
317

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "assert_cmd"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Test CLI Applications."
55
authors = ["Pascal Hertleif <killercup@gmail.com>", "Ed Page <eopage@gmail.com>"]
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
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.4"
17+
assert_cmd = "0.5"
1818
```
1919

2020
## Example

src/lib.rs

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

0 commit comments

Comments
 (0)