diff --git a/CHANGES.md b/CHANGES.md index 2f62746e6..2724dd278 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changes +## 0.15.9 + +- [Don't require `--force` when enabling/disabling plugins](https://github.com/rust-fuzz/afl.rs/pull/498) +- [Display AFL++ version and whether plugins are in use](https://github.com/rust-fuzz/afl.rs/pull/500) + ## 0.15.8 - [Update AFLplusplus to 4.21c](https://github.com/rust-fuzz/afl.rs/pull/492) diff --git a/Cargo.lock b/Cargo.lock index e526a938f..fcab92bf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "afl" -version = "0.15.8" +version = "0.15.9" dependencies = [ "arbitrary", "home", @@ -120,7 +120,7 @@ dependencies = [ [[package]] name = "cargo-afl" -version = "0.15.8" +version = "0.15.9" dependencies = [ "assert_cmd", "clap", diff --git a/afl/Cargo.toml b/afl/Cargo.toml index e6aeb07ac..3ed33011c 100644 --- a/afl/Cargo.toml +++ b/afl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afl" -version = "0.15.8" +version = "0.15.9" readme = "README.md" license = "Apache-2.0" authors = [ diff --git a/cargo-afl/Cargo.toml b/cargo-afl/Cargo.toml index ad4ef4804..d06e1ae81 100644 --- a/cargo-afl/Cargo.toml +++ b/cargo-afl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-afl" -version = "0.15.8" +version = "0.15.9" readme = "README.md" license = "Apache-2.0" authors = [