Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 1.3 KB

1.0.0-alpha.0 - 2025-30-01

Alpha 1.0 release - LFG!

  • No code changes since 0.4.0, improvement to the README only #33.

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