Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Released YYYY-MM-DD.

### Changed

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

### Deprecated

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

--------------------------------------------------------------------------------

## 0.4.10

Released 2025-07-03.

### Changed

* Updated to `libFuzzer` commit `6146a88f6049` (`release/20.x`).
* Fuzz targets taking raw byte slice inputs can now return `Corpus` results.

--------------------------------------------------------------------------------

## 0.4.9

Released 2025-01-28.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "(MIT OR Apache-2.0) AND NCSA"
name = "libfuzzer-sys"
readme = "./README.md"
repository = "https://github.com/rust-fuzz/libfuzzer"
version = "0.4.9"
version = "0.4.10"

[dependencies]
arbitrary = "1"
Expand Down