Skip to content

Commit 2267e75

Browse files
committed
Bump to version 0.3.3
1 parent 0493bb8 commit 2267e75

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

31+
## 0.3.3
32+
33+
Released 2020-07-27.
34+
35+
### Changed
36+
37+
* Upgraded libfuzzer to commit
38+
[4a4cafa](https://github.com/llvm/llvm-project/commit/4a4cafabc9067fced5890a245b03ef5897ad988b).
39+
40+
Notably, this pulls in [the new Entropic engine for
41+
libFuzzer](https://mboehme.github.io/paper/FSE20.Entropy.pdf), which should
42+
boost fuzzing efficiency when enabled. You can enable Entropic by passing
43+
`-entropic=1` to your built fuzz targets (although, note that it is still
44+
labeled "experimental").
45+
46+
--------------------------------------------------------------------------------
47+
3148
## 0.3.2
3249

3350
Released 2020-03-18.

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.2"
9+
version = "0.3.3"
1010

1111
[dependencies]
1212
arbitrary = "0.4.1"

0 commit comments

Comments
 (0)