Skip to content

Commit

Permalink
Bump to version 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Jan 2, 2024
1 parent c3b9b45 commit ef67b11
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,27 @@ Released YYYY-MM-DD.

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

## 0.11.3

Released 2024-01-02.

### Added

* Added a "careful mode" inspired by the `cargo-careful` project
* Added the ability to use a custom LLVM binaries install path instead of the
default distributed by `rustup`

### Changed

* Improved code coverage collection by using the `-merge=1` option
* Reproducing crashes will now build with `---cfg fuzzing_repro`

### Fixed

* Initializing a fuzz directory in a workspace is fixed

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

## 0.11.2

Released 2023-02-13.
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.2"
version = "0.11.3"
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 ef67b11

Please sign in to comment.