From e50808527785b31cb2168c77b070e0e5d00d8e58 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Fri, 19 Jul 2024 05:10:00 -0400 Subject: [PATCH] Bump version --- CHANGES.md | 7 +++++++ Cargo.lock | 4 ++-- afl/Cargo.toml | 2 +- cargo-afl/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2724dd278..015d07d75 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## 0.15.10 + +- [Remove unnecessary `libc` dependency](https://github.com/rust-fuzz/afl.rs/commit/2f7c215caef827013b2b1418ab72eaadccd97ebe) +- [Fix typo in error message](https://github.com/rust-fuzz/afl.rs/commit/626b605d5757dc5b2cd9e422ca61d49a6165b7a1) +- [Improve error messages](https://github.com/rust-fuzz/afl.rs/commit/ead58d0422b1b16615627bb3620c1ee50fed92d9) +- [Eliminate reliance on `fs_extra`; copy AFL++ directory with shell](https://github.com/rust-fuzz/afl.rs/pull/506) + ## 0.15.9 - [Don't require `--force` when enabling/disabling plugins](https://github.com/rust-fuzz/afl.rs/pull/498) diff --git a/Cargo.lock b/Cargo.lock index bd46106fb..7ff91a27b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "afl" -version = "0.15.9" +version = "0.15.10" dependencies = [ "arbitrary", "home", @@ -159,7 +159,7 @@ dependencies = [ [[package]] name = "cargo-afl" -version = "0.15.9" +version = "0.15.10" dependencies = [ "anyhow", "assert_cmd", diff --git a/afl/Cargo.toml b/afl/Cargo.toml index 3ed33011c..5a3cc2b65 100644 --- a/afl/Cargo.toml +++ b/afl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "afl" -version = "0.15.9" +version = "0.15.10" readme = "README.md" license = "Apache-2.0" authors = [ diff --git a/cargo-afl/Cargo.toml b/cargo-afl/Cargo.toml index 68d363b75..05fbc9bc9 100644 --- a/cargo-afl/Cargo.toml +++ b/cargo-afl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-afl" -version = "0.15.9" +version = "0.15.10" readme = "README.md" license = "Apache-2.0" authors = [