Skip to content

Commit

Permalink
Prepare for 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Oct 2, 2024
1 parent f626dbd commit fc29e02
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## 1.2.1 - 2024-10-02

- Add a "binary fuzzing mode" (#99)
- Fix `RUSTFLAG` bug (#100)
- Fix release mode bug (#101)
- Update `afl.rs` to `0.15.10`
- Thank you @R9295 and @Ollrogge for these changes!

## 1.2.0 - 2024-09-16

- Add recursive option to `cargo ziggy run` (#93)
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
@@ -1,6 +1,6 @@
[package]
name = "ziggy"
version = "1.2.0"
version = "1.2.1"
edition = "2021"
license = "Apache-2.0"
description = "A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To create a fuzzer, simply add `ziggy` as a dependency.

```toml
[dependencies]
ziggy = { version = "1.2.0", default-features = false }
ziggy = { version = "1.2", default-features = false }
```

Then use the `fuzz!` macro inside your `main` to create a harness.
Expand Down

0 comments on commit fc29e02

Please sign in to comment.