Skip to content

Commit

Permalink
prepare for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Feb 15, 2020
1 parent c1dcdc1 commit 380a134
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
@@ -1,5 +1,14 @@
# Changes

## 0.6.0

* [Accept `FnMut` instead of `Fn`](https://github.com/rust-fuzz/afl.rs/pull/165)
* [Eliminate `fuzz`/`fuzz_nohook` redundancy](https://github.com/rust-fuzz/afl.rs/pull/161)

## 0.5.2

* [Expose `common` in the public API](https://github.com/rust-fuzz/afl.rs/pull/159)

## 0.5.1

* [Fix broken OS detection](https://github.com/rust-fuzz/afl.rs/pull/153)
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "afl"
version = "0.5.2"
version = "0.6.0"
readme = "README.md"
license = "Apache-2.0"
authors = ["Keegan McAllister <mcallister.keegan@gmail.com>",
Expand Down

0 comments on commit 380a134

Please sign in to comment.