Skip to content

Commit 41c0280

Browse files
committed
Bump to version 0.3.1
1 parent c518975 commit 41c0280

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ Released YYYY-MM-DD.
2828

2929
--------------------------------------------------------------------------------
3030

31+
## 0.3.1
32+
33+
Released 2020-02-27.
34+
35+
### Changed
36+
37+
* Fixed a fuzzing performance issue where libfuzzer could unnecessarily spend
38+
time exploring all the ways that an `Arbitrary` implementation could fail to
39+
construct an instance of itself because the fuzzer provided too few bytes. See
40+
https://github.com/rust-fuzz/libfuzzer/issues/59 for details.
41+
42+
--------------------------------------------------------------------------------
43+
3144
## 0.3.0
3245

3346
Released 2019-01-22.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT/Apache-2.0/NCSA"
66
name = "libfuzzer-sys"
77
readme = "./README.md"
88
repository = "https://github.com/rust-fuzz/libfuzzer"
9-
version = "0.3.0"
9+
version = "0.3.1"
1010

1111
[dependencies]
1212
arbitrary = "0.4.0"

0 commit comments

Comments
 (0)