All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.2 - 2025-01-02
- Resolved issue with multiple dependencies.
- Fixed broken links to deps.rs.
- Split single subcommand structure into multiple substructures.
- Updated dependencies in
Cargo.lock
. - Updated MSRV.
0.4.1 - 2023-12-21
- Changed motivation description in
README.md
s.
0.4.0 - 2023-12-21
- Code refactor.
0.3.2 - 2023-08-21
- Added
unstable
feature.
- Fixed missing features information in
README.md
.
0.3.1 - 2023-08-19
- Fixed
stdin
option to conflicts only withpaths
arg. - Fixed force binary name to
chksum
.
- Changed usage from
name
tovalue_name
forpaths
arg.
- Removed
author
from command.
0.3.0 - 2023-08-18
- Added
Target
enum to better handle output printing. - Added
#![forbid(unsafe_code)]
to forbid unsafe code. - Added colored output.
- Fixed wrong link in
CHANGELOG.md
. - Fixed missing stdin examples in
README.md
and.cargo/README.md
. - Fixed blank error with new version of
chksum
dependency.
- Changed
cargo tarpaulin
command to use--engine llvm
in GitHub Actions. - Changed output format.
- Changed algorithms logic (can enabled or disabled via features).
- Removed unused import.
0.2.0 - 2023-08-13
- Initial release.