Skip to content

Commit

Permalink
Bump to version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Feb 20, 2024
1 parent 5a29637 commit 351f11d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ Released YYYY-MM-DD.

--------------------------------------------------------------------------------

## 0.12.0

Released 2024-02-20.

### Removed

* Removed the definition of `cfg(fuzzing_repro)` from `cargo fuzz run` on select
inputs. This caused too many recompiles in practice during the common fuzzing
workflow where you are fuzzing, find a crash, repeatedly run the fuzzer on
just the crashing input until you fix the crash, and then start fuzzing in
general again and the process repeats.

--------------------------------------------------------------------------------

## 0.11.4

Released 2024-01-25.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["."]

[package]
name = "cargo-fuzz"
version = "0.11.4"
version = "0.12.0"
authors = ["The rust-fuzz Project Developers"]
license = "MIT OR Apache-2.0"
description = "A `cargo` subcommand for fuzzing with `libFuzzer`! Easy to use!"
Expand Down

0 comments on commit 351f11d

Please sign in to comment.