Skip to content

Commit

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

## 0.15.3

- [Update AFLplusplus to 4.10c](https://github.com/rust-fuzz/afl.rs/pull/457)

## 0.15.2

- [Do not pass `-C passes=...` when nightly is used and plugins are compiled](https://github.com/rust-fuzz/afl.rs/pull/449)
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.2"
version = "0.15.3"
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.2"
version = "0.15.3"
readme = "README.md"
license = "Apache-2.0"
authors = [
Expand Down

0 comments on commit 08d63a6

Please sign in to comment.