Skip to content

Commit 062f36b

Browse files
committed
Bump to version 0.4.1
1 parent f6f3f14 commit 062f36b

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

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

31+
## 0.4.1
32+
33+
Released 2020-05-13.
34+
35+
### Added
36+
37+
* Added support for defining custom mutators. See [the documentation for the
38+
`fuzz_mutator!`
39+
macro](https://docs.rs/libfuzzer-sys/0.4.1/libfuzzer_sys/macro.fuzz_mutator.html)
40+
for details.
41+
42+
### Changed
43+
44+
* Upgraded libfuzzer to llvm/llvm-project's 70cbc6d.
45+
46+
--------------------------------------------------------------------------------
47+
48+
## 0.4.0
49+
50+
Released 2021-02-24.
51+
52+
### Changed
53+
54+
* The public `arbitrary` dependency was updated to version 1.0.
55+
56+
--------------------------------------------------------------------------------
57+
3158
## 0.3.5
3259

3360
Released 2020-11-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.4.0"
9+
version = "0.4.1"
1010

1111
[dependencies]
1212
arbitrary = "1"

0 commit comments

Comments
 (0)