Skip to content

Latest commit

 

History

History
94 lines (56 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

94 lines (56 loc) · 2.1 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.

Fixed

  • Resolved issue with multiple dependencies.

Changed

  • Split single subcommand structure into multiple substructures.
  • Updated dependencies in Cargo.lock.
  • Updated MSRV.

0.4.1 - 2023-12-21

Fixed

  • Changed motivation description in README.mds.

0.4.0 - 2023-12-21

Changed

  • Code refactor.

0.3.2 - 2023-08-21

Added

  • Added unstable feature.

Fixed

  • Fixed missing features information in README.md.

0.3.1 - 2023-08-19

Fixed

  • Fixed stdin option to conflicts only with paths arg.
  • Fixed force binary name to chksum.

Changed

  • Changed usage from name to value_name for paths arg.

Removed

  • Removed author from command.

0.3.0 - 2023-08-18

Added

  • Added Target enum to better handle output printing.
  • Added #![forbid(unsafe_code)] to forbid unsafe code.
  • Added colored output.

Fixed

  • 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

  • Changed cargo tarpaulin command to use --engine llvm in GitHub Actions.
  • Changed output format.
  • Changed algorithms logic (can enabled or disabled via features).

Removed

  • Removed unused import.

0.2.0 - 2023-08-13

Added

  • Initial release.