Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jul 19, 2024
1 parent 1835b19 commit e508085
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions 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 afl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "afl"
version = "0.15.9"
version = "0.15.10"
readme = "README.md"
license = "Apache-2.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion cargo-afl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-afl"
version = "0.15.9"
version = "0.15.10"
readme = "README.md"
license = "Apache-2.0"
authors = [
Expand Down

0 comments on commit e508085

Please sign in to comment.