increase verbosity

This commit is contained in:
foxx 2024-04-21 15:27:15 -04:00
parent 230306f706
commit 071f312760
2 changed files with 7 additions and 1 deletions

6
CHANGELOG.md Normal file
View File

@ -0,0 +1,6 @@
2024-04-21 James Koonts <james@koonts.net>
* version bump
* verbosity bugfix
* Create CHANGELOG.md
* Add verbosity params

View File

@ -1,7 +1,7 @@
[package] [package]
name = "sys-compare" name = "sys-compare"
description = "Track Filesystem Integrity via 'Snapshots' which contain a HashMap of the files and their corresponding hash signature from a specified directory." description = "Track Filesystem Integrity via 'Snapshots' which contain a HashMap of the files and their corresponding hash signature from a specified directory."
version = "0.2.4" version = "0.2.5"
edition = "2021" edition = "2021"
authors = ["james@koonts.net"] authors = ["james@koonts.net"]
license = "MIT" license = "MIT"