Skip to content

Commit

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

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

## 0.11.4

Released 2024-01-25.

### Changed

* `cargo fuzz init` will not put the generated fuzzing crate in a separate
workspace by default anymore. There is an option to generate a workspace if
that is still the desired behavior: `--fuzzing-workspace=true`.

### Fixed

* Fixed `cargo fuzz init`'s generated dependencies in `Cargo.toml`.

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

## 0.11.3

Released 2024-01-02.
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.3"
version = "0.11.4"
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 24f666d

Please sign in to comment.