Skip to content

Commit

Permalink
Prepare for 0.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Oct 12, 2023
1 parent 6c93260 commit 540d890
Show file tree
Hide file tree
Showing 3 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

## 0.7.2 - 2023-10-12

- Add `-z, --ziggy-output` flag and `ZIGGY_OUTPUT` environment variable to set ziggy's output directory
- Fix a couple of misbehaviours when building the fuzzers
- Improve populating of main corpus
- Add CI and tests
- Improve documentation

## 0.7.1 - 2023-10-05

- Fix honggfuzz bug
Expand Down
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 = "0.7.1"
version = "0.7.2"
edition = "2021"
license = "Apache-2.0"
description = "A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ Commands:
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help information
-V, --version Print version information
-h, --help Print help
-V, --version Print version
```

For an example fuzz project, see [the url example](./examples/url/).
Expand Down

0 comments on commit 540d890

Please sign in to comment.