Skip to content

Commit c26c408

Browse files
author
Ed Page
committedNov 24, 2020
chore(assert_cmd): Release 1.0.2
1 parent 69202f1 commit c26c408

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed
 

‎CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
<!-- next-header -->
8-
98
## [Unreleased] - ReleaseDate
109

10+
## [1.0.2] - 2020-11-23
11+
1112
#### Fixes
1213

1314
- Be explicit about spawn failure (closes [#109](https://github.com/assert-rs/assert_cmd/issues/109)).
@@ -216,4 +217,5 @@ Stable release!
216217

217218

218219
<!-- 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

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "assert_cmd"
3-
version = "1.0.1"
3+
version = "1.0.2"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add to your `Cargo.toml`:
1717

1818
```toml
1919
[dependencies]
20-
assert_cmd = "1.0.1"
20+
assert_cmd = "1.0.2"
2121
```
2222

2323
## Example

‎src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//!
77
//! ```toml
88
//! [dependencies]
9-
//! assert_cmd = "1.0.1"
9+
//! assert_cmd = "1.0.2"
1010
//! ```
1111
//!
1212
//! ## Overview

0 commit comments

Comments
 (0)
Failed to load comments.