Skip to content

Commit 91295cb

Browse files
author
Adinata Wijaya
committed
update version and readme
1 parent bb0e1eb commit 91295cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A flexible rule-based file and folder comparison tool and crate i
44
repository = "https://github.com/VolumeGraphics/havocompare"
55
homepage = "https://github.com/VolumeGraphics/havocompare"
66
documentation = "https://docs.rs/havocompare"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
edition = "2021"
99
license = "MIT"
1010
authors = ["Volume Graphics GmbH"]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,10 @@ rules:
326326

327327
## Changelog
328328

329+
### 0.7.1
330+
331+
- Small additions: Add error message when files count don't match, use tracing::error instead of println
332+
329333
### 0.7.0
330334

331335
- add file exist checker

0 commit comments

Comments
 (0)