File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,35 @@ Released YYYY-MM-DD.
2828
2929--------------------------------------------------------------------------------
3030
31+ ## 1.4.2
32+
33+ Released 2025-08-13.
34+
35+ ### Added
36+
37+ * Added formal MSRV policy: "We reserve the right to increment the MSRV on minor
38+ releases, however we will strive to only do it deliberately and for good
39+ reasons." The current MSRV is 1.63.0.
40+ * Added an ` Arbitrary ` implementation for ` core::cmp::Reverse ` .
41+
42+ ### Changed
43+
44+ * Landed a handful of changes to the code generated by ` #[derive(Arbitrary)] `
45+ that speed up compilation.
46+
47+ ### Fixed
48+
49+ * Better documented bias and behavior when running out of entropy, fixed some
50+ outdated and incorrect docs related to this.
51+
52+ --------------------------------------------------------------------------------
53+
54+ ## 1.4.1
55+
56+ Released 2024-11-05.
57+
58+ --------------------------------------------------------------------------------
59+
3160## 1.4.0
3261
3362Released 2024-10-30.
Original file line number Diff line number Diff line change 11[package ]
22name = " arbitrary"
3- version = " 1.4.1 " # Make sure this matches the derive crate version (not including the patch version)
3+ version = " 1.4.2 " # Make sure this matches the derive crate version (not including the patch version)
44authors = [
55 " The Rust-Fuzz Project Developers" ,
66 " Nick Fitzgerald <[email protected] >" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " derive_arbitrary"
3- version = " 1.4.1 " # Make sure it matches the version of the arbitrary crate itself (not including the patch version)
3+ version = " 1.4.2 " # Make sure it matches the version of the arbitrary crate itself (not including the patch version)
44authors = [
55 " The Rust-Fuzz Project Developers" ,
66 " Nick Fitzgerald <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments