Skip to content

Commit 633056a

Browse files
committed
Prepare for 0.3.5 release
1 parent c5092cd commit 633056a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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

31+
## 0.3.5
32+
33+
Released 2020-11-18.
34+
35+
### Changed
36+
37+
* [Upgrade libfuzzer to 7bf89c2](https://github.com/rust-fuzz/libfuzzer/pull/68)
38+
39+
--------------------------------------------------------------------------------
40+
3141
## 0.3.4
3242

3343
Released 2020-08-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.4"
9+
version = "0.3.5"
1010

1111
[dependencies]
1212
arbitrary = "0.4.6"

0 commit comments

Comments
 (0)