Skip to content

Commit 7bf2258

Browse files
committed
Bump to version 0.4.10
1 parent 68ec120 commit 7bf2258

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Released YYYY-MM-DD.
88

99
### Changed
1010

11-
* Updated to `libFuzzer` commit `6146a88f6049` (`release/20.x`).
11+
* TODO (or remove section if none)
1212

1313
### Deprecated
1414

@@ -28,6 +28,17 @@ Released YYYY-MM-DD.
2828

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

31+
## 0.4.10
32+
33+
Released 2025-07-03.
34+
35+
### Changed
36+
37+
* Updated to `libFuzzer` commit `6146a88f6049` (`release/20.x`).
38+
* Fuzz targets taking raw byte slice inputs can now return `Corpus` results.
39+
40+
--------------------------------------------------------------------------------
41+
3142
## 0.4.9
3243

3344
Released 2025-01-28.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "(MIT OR Apache-2.0) AND NCSA"
66
name = "libfuzzer-sys"
77
readme = "./README.md"
88
repository = "https://github.com/rust-fuzz/libfuzzer"
9-
version = "0.4.9"
9+
version = "0.4.10"
1010

1111
[dependencies]
1212
arbitrary = "1"

0 commit comments

Comments
 (0)