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.
28
28
29
29
--------------------------------------------------------------------------------
30
30
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
+
31
60
## 1.4.0
32
61
33
62
Released 2024-10-30.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " 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)
4
4
authors = [
5
5
" The Rust-Fuzz Project Developers" ,
6
6
" Nick Fitzgerald <fitzgen@gmail.com>" ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " 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)
4
4
authors = [
5
5
" The Rust-Fuzz Project Developers" ,
6
6
" Nick Fitzgerald <fitzgen@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments