We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e78206 commit ea5b7fcCopy full SHA for ea5b7fc
.clog.toml
@@ -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
@@ -0,0 +1,6 @@
+<a name="0.3.1"></a>
+## 0.3.1 (2018-05-29)
+
+# Performance
5
6
+- Read each file only once
Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["steveklabnik <[email protected]>"]
name = "dir-diff"
-version = "0.3.0"
+version = "0.3.1"
description = "Do two directories have different contents?"
license = "MIT/Apache-2.0"
7
repository = "https://github.com/steveklabnik/dir-diff"
0 commit comments