File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed
Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " assert_cmd"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44description = " Test CLI Applications."
55authors = [" Pascal Hertleif <killercup@gmail.com>" , " Ed Page <eopage@gmail.com>" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22//!
33//! ```toml
44//! [dependencies]
5- //! assert_cmd = "0.4 "
5+ //! assert_cmd = "0.5 "
66//! ```
77//!
88//! ## Example
You can’t perform that action at this time.
0 commit comments