diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c594f..481e4e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,7 @@ Released YYYY-MM-DD. ### Changed -* Recommend `SmallRng` over `StdRng` in the examples for faster, more lightweight - seeding and sampling -* Updated `rand` dependency from 0.8.5 to 0.10 -* Updated `flate2` dependency from 1.0.24 to 1.1 -* Rename `gen` variable to `rng` for better 2024 Edition compatability +* TODO (or remove section if none) ### Deprecated @@ -32,6 +28,20 @@ Released YYYY-MM-DD. -------------------------------------------------------------------------------- +## 0.4.12 + +Released 2026-02-10. + +### Changed + +* Recommend `SmallRng` over `StdRng` in the examples for faster, more lightweight + seeding and sampling +* Updated `rand` dependency from 0.8.5 to 0.10 +* Updated `flate2` dependency from 1.0.24 to 1.1 +* Rename `gen` variable to `rng` for better 2024 Edition compatibility + +-------------------------------------------------------------------------------- + ## 0.4.11 Released 2026-02-10. diff --git a/Cargo.toml b/Cargo.toml index 1fb508b..92d1f3e 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.11" +version = "0.4.12" exclude = [ ".github", "ci",