Skip to content

Commit 4b013b6

Browse files
authored
Merge pull request #141 from fitzgen/bump-to-version-0.4.11
Bump to version 0.4.11
2 parents 31764e3 + 312386d commit 4b013b6

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 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 `a47b42eb9f9b` (`release/22.x`).
11+
* TODO (or remove section if none)
1212

1313
### Deprecated
1414

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

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

31+
## 0.4.11
32+
33+
Released 2026-02-10.
34+
35+
### Changed
36+
37+
* Updated to `libFuzzer` commit `a47b42eb9f9b` (`release/22.x`).
38+
39+
--------------------------------------------------------------------------------
40+
3141
## 0.4.10
3242

3343
Released 2025-07-03.

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.10"
9+
version = "0.4.11"
1010
exclude = [
1111
".github",
1212
"ci",

0 commit comments

Comments
 (0)