File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,21 @@ Released YYYY-MM-DD.
2626
2727* TODO (or remove section if none)
2828
29+ ## 1.0.1
30+
31+ Released 2021-05-20.
32+
33+ ### Added
34+
35+ * ` Arbitrary ` impls for ` NonZeroX ` types [ #79 ] ( https://github.com/rust-fuzz/arbitrary/pull/79 )
36+ * ` Arbitrary ` impls for all arrays using const generics [ #55 ] ( https://github.com/rust-fuzz/arbitrary/pull/55 )
37+ * ` Arbitrary ` impls for ` Ipv4Addr ` and ` Ipv6Addr ` [ #84 ] ( https://github.com/rust-fuzz/arbitrary/pull/84 )
38+
39+ ### Fixed
40+
41+ * Use fewer bytes for ` Unstructured::int_in_range() ` [ #80 ] ( https://github.com/rust-fuzz/arbitrary/pull/80 )
42+ * Use correct range for ` char ` generation [ #83 ] ( https://github.com/rust-fuzz/arbitrary/pull/83 )
43+
2944--------------------------------------------------------------------------------
3045
3146## 1.0.0
Original file line number Diff line number Diff line change 11[package ]
22name = " arbitrary"
3- version = " 1.0.0 " # Make sure this matches the derive crate version
3+ version = " 1.0.1 " # Make sure this matches the derive crate 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.0.0 " # Make sure it matches the version of the arbitrary crate itself.
3+ version = " 1.0.1 " # Make sure it matches the version of the arbitrary crate itself.
44authors = [
55 " The Rust-Fuzz Project Developers" ,
66 " Nick Fitzgerald <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments