Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

66 lines (40 loc) · 1.53 KB

Changelog

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

  • Added feature descriptions.
  • Added async support for Tokio runtime.

Changed

  • Updated links to hash algorithm specifications.
  • Updated year range in LICENSE.
  • Updated MSRV to 1.74.0.

0.3.0 - 2023-12-21

Changed

  • Code refactor.

0.2.2 - 2023-08-21

Added

  • Added unstable feature.

0.2.1 - 2023-08-17

Added

  • Added impl Chksum for Stdin.

Fixed

  • 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

  • Changed cargo tarpaulin command to use --engine llvm in GitHub Actions.
  • Changed impl Chksum for PathBuf - call method and DRY.
  • Changed impl Chksum for File - call method and DRY.

Removed

  • Removed build script as well as inline feature.

0.2.0 - 2023-08-12

Added

  • Initial release.