Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 16, 2023
1 parent b8edbd3 commit a29fcf0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 0.15.1

- [Allow setting `__afl_persistent_loop` argument (support for #433)](https://github.com/rust-fuzz/afl.rs/pull/437)
- [Update AFLplusplus to 4.09c](https://github.com/rust-fuzz/afl.rs/pull/438)

## 0.15.0

- [Call existing panic hook before aborting](https://github.com/rust-fuzz/afl.rs/pull/426)
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.0"
version = "0.15.1"
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.0"
version = "0.15.1"
readme = "README.md"
license = "Apache-2.0"
authors = [
Expand Down

0 comments on commit a29fcf0

Please sign in to comment.