Skip to content

Commit 6aae34a

Browse files
committed
Prepare for 0.11.0 release
1 parent a9032be commit 6aae34a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## 0.11.0
4+
5+
* [Update rustc_version to 0.4](https://github.com/rust-fuzz/afl.rs/pull/188)
6+
* [Update AFLplusplus to 3.14c](https://github.com/rust-fuzz/afl.rs/pull/189)
7+
* [Update for new LLVM pass manager](https://github.com/rust-fuzz/afl.rs/pull/193)
8+
39
## 0.10.1
410

511
* [Get docs building on docs.rs](https://github.com/rust-fuzz/afl.rs/pull/185)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "afl"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
readme = "README.md"
55
license = "Apache-2.0"
66
authors = ["Keegan McAllister <mcallister.keegan@gmail.com>",

0 commit comments

Comments
 (0)