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.0 - 2025-01-02
- Added feature descriptions.
- Added async support for Tokio runtime.
- Updated links to hash algorithm specifications.
- Updated year range in
LICENSE
. - Updated MSRV to
1.74.0
.
0.3.0 - 2023-12-21
- Code refactor.
0.2.2 - 2023-08-21
- Added
unstable
feature.
0.2.1 - 2023-08-17
- Added
impl Chksum
forStdin
.
- Fixed missing keywords and categories in
Cargo.toml
. - Fixed missing
Error::IsTerminal
error message. - Fixed file handling (error is returned when file is terminal).
- Fixed doc description for
Chksum
trait.
- Changed
cargo tarpaulin
command to use--engine llvm
in GitHub Actions. - Changed
impl Chksum
forPathBuf
- call method and DRY. - Changed
impl Chksum
forFile
- call method and DRY.
- Removed build script as well as
inline
feature.
0.2.0 - 2023-08-12
- Initial release.