Skip to content

Commit 0d0ad92

Browse files
committed
chore: Release 0.9.1
1 parent 4e8fd3b commit 0d0ad92

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.9.1"></a>
2+
## 0.9.1 (2018-08-09)
3+
4+
5+
#### Bug Fixes
6+
7+
* **cargo:** Point people to escargot ([2e32822c](https://github.com/assert-rs/assert_cmd/commit/2e32822ca22b4299a2a07a46ea431835c8f50401), closes [#44](https://github.com/assert-rs/assert_cmd/issues/44))
8+
9+
10+
111
<a name="0.9.0"></a>
212
## 0.9.0 (2018-08-02)
313

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.9.0"
3+
version = "0.9.1"
44
description = "Test CLI Applications."
55
authors = ["Pascal Hertleif <[email protected]>", "Ed Page <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)