Skip to content

Commit e07c487

Browse files
committed
Bump to version 0.4.6
1 parent 289f20f commit e07c487

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

31+
## 0.4.6
32+
33+
Released 2023-01-26.
34+
35+
### Fixed
36+
37+
* Fixed a potential name conflict in functions generated by the `fuzz_target!`
38+
macro.
39+
* Fixed potential stale builds when updating custom libfuzzers to link against.
40+
41+
--------------------------------------------------------------------------------
42+
3143
## 0.4.5
3244

3345
Released 2022-10-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.5"
9+
version = "0.4.6"
1010

1111
[dependencies]
1212
arbitrary = "1"

0 commit comments

Comments
 (0)