Skip to content

Commit

Permalink
Prepare for 0.8.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Jan 18, 2024
1 parent 1470652 commit 1793f05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 0.8.3 - 2023-01-18

- Add new flag for passing arguments directly to AFL++
- Run the build code before launching minimization
- Fix GitHub CI

## 0.8.2 - 2023-11-20

- Add option to optionally keep coverage data
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.8.2"
version = "0.8.3"
edition = "2021"
license = "Apache-2.0"
description = "A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤"
Expand Down

0 comments on commit 1793f05

Please sign in to comment.