File tree 4 files changed +17
-3
lines changed
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.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
+
1
15
<a name =" 0.5.0 " ></a >
2
16
## 0.5.0 (2018-07-13)
3
17
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " assert_cmd"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
description = " Test CLI Applications."
5
5
authors = [
" Pascal Hertleif <[email protected] >" ,
" Ed Page <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add to your `Cargo.toml`:
14
14
15
15
``` toml
16
16
[dependencies ]
17
- assert_cmd = " 0.5 "
17
+ assert_cmd = " 0.6 "
18
18
```
19
19
20
20
## Example
Original file line number Diff line number Diff line change 2
2
//!
3
3
//! ```toml
4
4
//! [dependencies]
5
- //! assert_cmd = "0.5 "
5
+ //! assert_cmd = "0.6 "
6
6
//! ```
7
7
//!
8
8
//! ## Example
You can’t perform that action at this time.
0 commit comments