Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 627 Bytes

CHANGELOG.md

File metadata and controls

24 lines (16 loc) · 627 Bytes

0.2.2 - 2023-12-18

Fix the repository link in the manifest #12

0.2.1 - 2023-12-15

The repository was migrated to the github.com/rust-bitocin organization. This release is primarily done to fix the link on crates.io.

  • Update the README.md #10

0.2.0 - 2023-12-13

  • Add AsRef, AsMut imlps
  • Add blanket impl for references
  • Make methods const
  • Improve the docs
  • Re-work the example code
  • Add unit tests

0.1.1 - 2023-12-05

  • Reduce MSRV from Rust 1.63.0 to 1.56.1
  • Improve documentation