Skip to content

Commit 752f2e2

Browse files
authored
Merge pull request #142 from fitzgen/bump-to-0.4.12
Bump to 0.4.12
2 parents be9241f + 735448b commit 752f2e2

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ Released YYYY-MM-DD.
88

99
### Changed
1010

11-
* Recommend `SmallRng` over `StdRng` in the examples for faster, more lightweight
12-
seeding and sampling
13-
* Updated `rand` dependency from 0.8.5 to 0.10
14-
* Updated `flate2` dependency from 1.0.24 to 1.1
15-
* Rename `gen` variable to `rng` for better 2024 Edition compatability
11+
* TODO (or remove section if none)
1612

1713
### Deprecated
1814

@@ -32,6 +28,20 @@ Released YYYY-MM-DD.
3228

3329
--------------------------------------------------------------------------------
3430

31+
## 0.4.12
32+
33+
Released 2026-02-10.
34+
35+
### Changed
36+
37+
* Recommend `SmallRng` over `StdRng` in the examples for faster, more lightweight
38+
seeding and sampling
39+
* Updated `rand` dependency from 0.8.5 to 0.10
40+
* Updated `flate2` dependency from 1.0.24 to 1.1
41+
* Rename `gen` variable to `rng` for better 2024 Edition compatibility
42+
43+
--------------------------------------------------------------------------------
44+
3545
## 0.4.11
3646

3747
Released 2026-02-10.

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

0 commit comments

Comments
 (0)