Skip to content

Commit 73d82c2

Browse files
committed
chore: Release v0.10.2
1 parent 888eed7 commit 73d82c2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="0.10.2"></a>
2+
## 0.10.2 (2018-11-21)
3+
4+
5+
#### Bug Fixes
6+
7+
* **assert:** Support Strings for easy comparison ([81035079](https://github.com/assert-rs/assert_cmd/commit/810350793df04ad4e3a7f6d760f23158432c5bb6), closes [#60](https://github.com/assert-rs/assert_cmd/issues/60))
8+
* **docs:**
9+
* A broken link ([854f7c27](https://github.com/assert-rs/assert_cmd/commit/854f7c278b4977d3f24c47c208766f85bab81a18))
10+
* List caveats for cargo support.
11+
12+
13+
114
<a name="0.10.1"></a>
215
## 0.10.1 (2018-10-10)
316

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "assert_cmd"
3-
version = "0.10.1"
3+
version = "0.10.2"
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)