Skip to content

Commit 0a992ee

Browse files
committed
Bump to version 0.11.2
1 parent 5bf7996 commit 0a992ee

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

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

31+
## 0.11.2
32+
33+
Released 2023-02-13.
34+
35+
### Changed
36+
37+
* No longer rebuilds the fuzz target binary for each coverage run.
38+
39+
--------------------------------------------------------------------------------
40+
3141
## 0.11.1
3242

3343
Released 2022-10-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.1"
6+
version = "0.11.2"
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)