Skip to content

v4.0.0

Compare
Choose a tag to compare
@lopopolo lopopolo released this 27 Dec 18:14
5d90d34

NOTE: This release has been yanked because its dependency version specifiers allow linking to a vulnerable version of rand_core, see RUSTSEC-2021-0023. All users of v4.0.0 should upgrade to v4.0.1.

Release rand_mt 4.0.0. This release is a new major version and contains breaking changes.

rand_mt is published on crates.io.

This release contains enhancements and breaking changes:

  • [BREAKING] rand_mt requires at least Rust 1.47.0. #49
  • [BREAKING] Update rand_core dependency to 0.6.0. #46
  • [BREAKING] rand_core is an optional dependency. Activate implementations of rand_core::RngCore by enabling the rand-traits feature. #50
  • Implement the core Mt and Mt64 APIs as methods on the types' inherent impl block. #50
  • Derive Hash, PartialEq, Eq, PartialOrd, Ord using built-in derive macros. #49
  • Update version-sync dev dependency to 0.9. #28
  • Remove doc-comment dev dependency and replace with a small, inlined macro. #35
  • Remove quickcheck and quickcheck_macros dev dependencies; use getrandom instead. #53

This release contains improvements to documentation, testing, and release packaging.