Skip to content

Commit ea5b7fc

Browse files
committed
chore: Release 0.3.1
1 parent 7e78206 commit ea5b7fc

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.clog.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[clog]
2+
repository = "https://github.com/assert-rs/dir-diff"
3+
changelog = "CHANGELOG.md"
4+
from-latest-tag = true

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<a name="0.3.1"></a>
2+
## 0.3.1 (2018-05-29)
3+
4+
# Performance
5+
6+
- Read each file only once

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["steveklabnik <[email protected]>"]
33
name = "dir-diff"
4-
version = "0.3.0"
4+
version = "0.3.1"
55
description = "Do two directories have different contents?"
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/steveklabnik/dir-diff"

0 commit comments

Comments
 (0)