We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0e1eb commit 91295cbCopy full SHA for 91295cb
Cargo.toml
@@ -4,7 +4,7 @@ description = "A flexible rule-based file and folder comparison tool and crate i
4
repository = "https://github.com/VolumeGraphics/havocompare"
5
homepage = "https://github.com/VolumeGraphics/havocompare"
6
documentation = "https://docs.rs/havocompare"
7
-version = "0.7.0"
+version = "0.7.1"
8
edition = "2021"
9
license = "MIT"
10
authors = ["Volume Graphics GmbH"]
README.md
@@ -326,6 +326,10 @@ rules:
326
327
## Changelog
328
329
+### 0.7.1
330
+
331
+- Small additions: Add error message when files count don't match, use tracing::error instead of println
332
333
### 0.7.0
334
335
- add file exist checker
0 commit comments