Skip to content

Commit 5ec3b33

Browse files
authored
Merge pull request #85 from Manishearth/bump
Bump to 1.0.1
2 parents a9c8c66 + 0dc624b commit 5ec3b33

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "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
44
authors = [
55
"The Rust-Fuzz Project Developers",
66
"Nick Fitzgerald <[email protected]>",

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "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.
44
authors = [
55
"The Rust-Fuzz Project Developers",
66
"Nick Fitzgerald <[email protected]>",

0 commit comments

Comments
 (0)