diff --git a/CHANGELOG.md b/CHANGELOG.md index 763291a..1892efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Released YYYY-MM-DD. ### Changed -* Updated to `libFuzzer` commit `6146a88f6049` (`release/20.x`). +* TODO (or remove section if none) ### Deprecated @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 7003cec..40a3549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"