Skip to content

Commit cf9ae87

Browse files
committed
chore: Release v0.11.2
1 parent 935b57d commit cf9ae87

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.11.2"></a>
2+
## 0.11.2 (2019-01-29)
3+
4+
5+
#### Features
6+
7+
* **assert:** Support NamedTempFile ([935b57dd](https://github.com/assert-rs/assert_fs/commit/935b57dd5d67e82db2712fefd7020c427724a77e))
8+
9+
10+
111
<a name="0.11.1"></a>
212
## 0.11.1 (2019-01-29)
313

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_fs"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Filesystem fixtures and assertions for testing."
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)