Skip to content

Commit 351f11d

Browse files
committed
Bump to version 0.12.0
1 parent 5a29637 commit 351f11d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,20 @@ Released YYYY-MM-DD.
2828

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

31+
## 0.12.0
32+
33+
Released 2024-02-20.
34+
35+
### Removed
36+
37+
* Removed the definition of `cfg(fuzzing_repro)` from `cargo fuzz run` on select
38+
inputs. This caused too many recompiles in practice during the common fuzzing
39+
workflow where you are fuzzing, find a crash, repeatedly run the fuzzer on
40+
just the crashing input until you fix the crash, and then start fuzzing in
41+
general again and the process repeats.
42+
43+
--------------------------------------------------------------------------------
44+
3145
## 0.11.4
3246

3347
Released 2024-01-25.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["."]
33

44
[package]
55
name = "cargo-fuzz"
6-
version = "0.11.4"
6+
version = "0.12.0"
77
authors = ["The rust-fuzz Project Developers"]
88
license = "MIT OR Apache-2.0"
99
description = "A `cargo` subcommand for fuzzing with `libFuzzer`! Easy to use!"

0 commit comments

Comments
 (0)