8000 Bump to version 0.4.9 · rust-fuzz/libfuzzer@25e550e · GitHub
[go: up one dir, main page]

Skip to content

Commit 25e550e

Browse files
committed
Bump to version 0.4.9
1 parent bc6ea8b commit 25e550e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,18 @@ Released YYYY-MM-DD.
3030

3131
## 0.4.9
3232

33-
Released YYYY-MM-DD.
33+
Released 2025-01-28.
3434

3535
### Added
3636

37-
* The `example_init` demonstrates how to pass an initialization code block to the `fuzz_target!` macro.
37+
* The `example_init` demonstrates how to pass an initialization code block to
38+
the `fuzz_target!` macro.
3839

3940
### Changed
4041

41-
* 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.
42+
* The `fuzz_target!` macro now supports the generation of `LLVMFuzzerInitialize`
43+
to execute initialization code once before running the fuzzer. This change is
44+
not breaking and is completely backward compatible.
4245

4346
--------------------------------------------------------------------------------
4447

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

1111
[dependencies]
1212
arbitrary = "1"

0 commit comments

Comments
 (0)
0