From 312386d095b11bc7d610e1d245c8ae76b729f4d8 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 10 Feb 2026 08:29:41 -0800 Subject: [PATCH] Bump to version 0.4.11 --- CHANGELOG.md | 12 +++++++++++- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa0f41..07fec6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Released YYYY-MM-DD. ### Changed -* Updated to `libFuzzer` commit `a47b42eb9f9b` (`release/22.x`). +* TODO (or remove section if none) ### Deprecated @@ -28,6 +28,16 @@ Released YYYY-MM-DD. -------------------------------------------------------------------------------- +## 0.4.11 + +Released 2026-02-10. + +### Changed + +* Updated to `libFuzzer` commit `a47b42eb9f9b` (`release/22.x`). + +-------------------------------------------------------------------------------- + ## 0.4.10 Released 2025-07-03. diff --git a/Cargo.toml b/Cargo.toml index ed6fe42..c092cb7 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.10" +version = "0.4.11" exclude = [ ".github", "ci",