Skip to content

Commit

Permalink
Merge pull request #129 from fitzgen/bump-to-0.4.9
Browse files Browse the repository at this point in the history
Bump to version 0.4.9
  • Loading branch information
Manishearth authored Jan 28, 2025
2 parents bc6ea8b + 25e550e commit 4b077c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,18 @@ Released YYYY-MM-DD.

## 0.4.9

Released YYYY-MM-DD.
Released 2025-01-28.

### Added

* The `example_init` demonstrates how to pass an initialization code block to the `fuzz_target!` macro.
* The `example_init` demonstrates how to pass an initialization code block to
the `fuzz_target!` macro.

### Changed

* The `fuzz_target!` macro now supports the generation of `LLVMFuzzerInitialize` to execute initialization code once before running the fuzzer. This change is not breaking and is completely backward compatible.
* The `fuzz_target!` macro now supports the generation of `LLVMFuzzerInitialize`
to execute initialization code once before running the fuzzer. This change is
not breaking and is completely backward compatible.

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

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.8"
version = "0.4.9"

[dependencies]
arbitrary = "1"
Expand Down

0 comments on commit 4b077c2

Please sign in to comment.