4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
<!-- next-header -->
8
-
9
8
## [ Unreleased] - ReleaseDate
10
9
10
+ ## [ 1.0.2] - 2020-11-23
11
+
11
12
#### Fixes
12
13
13
14
- Be explicit about spawn failure (closes [ #109 ] ( https://github.com/assert-rs/assert_cmd/issues/109 ) ).
@@ -216,4 +217,5 @@ Stable release!
216
217
217
218
218
219
<!-- next-url -->
219
- [ Unreleased ] : https://github.com/assert-rs/assert_cmd/compare/v1.0.1...HEAD
220
+ [ Unreleased ] : https://github.com/assert-rs/predicates-rs/compare/v1.0.2...HEAD
221
+ [ 1.0.2 ] : https://github.com/assert-rs/assert_cmd/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " assert_cmd"
3
- version = " 1.0.1 "
3
+ version = " 1.0.2 "
4
4
description = " Test CLI Applications."
5
5
authors = [" Pascal Hertleif <killercup@gmail.com>" , " Ed Page <eopage@gmail.com>" ]
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Add to your `Cargo.toml`:
17
17
18
18
``` toml
19
19
[dependencies ]
20
- assert_cmd = " 1.0.1 "
20
+ assert_cmd = " 1.0.2 "
21
21
```
22
22
23
23
## Example
Original file line number Diff line number Diff line change 6
6
//!
7
7
//! ```toml
8
8
//! [dependencies]
9
- //! assert_cmd = "1.0.1 "
9
+ //! assert_cmd = "1.0.2 "
10
10
//! ```
11
11
//!
12
12
//! ## Overview
0 commit comments