File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,33 @@ Released YYYY-MM-DD.
28
28
29
29
--------------------------------------------------------------------------------
30
30
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
+
31
58
## 0.3.5
32
59
33
60
Released 2020-11-18.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0/NCSA"
6
6
name = " libfuzzer-sys"
7
7
readme = " ./README.md"
8
8
repository = " https://github.com/rust-fuzz/libfuzzer"
9
- version = " 0.4.0 "
9
+ version = " 0.4.1 "
10
10
11
11
[dependencies ]
12
12
arbitrary = " 1"
You can’t perform that action at this time.
0 commit comments