Skip to content

Commit

Permalink
Prepare for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed May 7, 2024
1 parent af4041d commit c1cd354
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Changes

## 1.0.0 - 2023-02-05
## 1.0.1 - 2024-05-07

- Only make AFL++ sync to shared corpus if Honggfuzz is also running
- Remove serde_json and toml dependencies
- Update dependencies

## 1.0.0 - 2024-02-05

- Improve `-a` flag to let you pass multiple arguments to AFL++
- Add `-C` configuration flag
- Improve url fuzzer to showcase different fuzzing metodologies

## 0.8.3 - 2023-01-18
## 0.8.3 - 2024-01-18

- Add new flag for passing arguments directly to AFL++
- Run the build code before launching minimization
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.0.0"
version = "1.0.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.0.0", default-features = false }
ziggy = { version = "1.0.1", default-features = false }
```

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

0 comments on commit c1cd354

Please sign in to comment.