Skip to content

Commit 061a3cd

Browse files
committedJan 29, 2019
chore: Release 0.11.0
1 parent f9b896b commit 061a3cd

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="0.11.0"></a>
2+
## 0.11.0 (2019-01-29)
3+
4+
5+
#### Performance
6+
7+
* **cargo:** Faster bin lookup ([93791474](https://github.com/assert-rs/assert_cmd/commit/9379147429ff1eb8cb0766c696d1ae6141b66a33), closes [#6](https://github.com/assert-rs/assert_cmd/issues/6), [#57](https://github.com/assert-rs/assert_cmd/issues/57), breaks [#](https://github.com/assert-rs/assert_cmd/issues/))
8+
9+
#### Breaking Changes
10+
11+
* **cargo:** Faster bin lookup ([93791474](https://github.com/assert-rs/assert_cmd/commit/9379147429ff1eb8cb0766c696d1ae6141b66a33), closes [#6](https://github.com/assert-rs/assert_cmd/issues/6), [#57](https://github.com/assert-rs/assert_cmd/issues/57), breaks [#](https://github.com/assert-rs/assert_cmd/issues/))
12+
13+
14+
115
<a name="0.10.2"></a>
216
## 0.10.2 (2018-11-21)
317

‎Cargo.toml

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

+1-1
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.10"
17+
assert_cmd = "0.11"
1818
```
1919

2020
## 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 = "0.10"
9+
//! assert_cmd = "0.11"
1010
//! ```
1111
//!
1212
//! ## Overview

0 commit comments

Comments
 (0)
Failed to load comments.