Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.12 KB

0.4.0 - 2024-12-31

This release makes the ArbitraryOrd trait object safe.

  • Remove Eq trait bound #31

0.3.0 - 2024-12-30

  • Bump the MSRV to Rust v1.63.0 #17
  • Add default generic type to ArbitraryOrd for RHS #27
  • Deprecate unneeded functions as_inner and into_inner #28

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