Skip to content

Commit e182139

Browse files
committed
Bump version
1 parent be0ea47 commit e182139

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changes
22

3+
## 0.15.17
4+
5+
- The version of AFL++ on crates.io was 4.21a, not 4.31c. This release correct the error.
6+
7+
Note that if AFL++ is built for your default Rust toolchain, then `cargo afl --version` will show AFL++'s version:
8+
9+
```
10+
$ cargo afl --version
11+
cargo-afl 0.15.17 (AFL++ version 4.31c)
12+
^^^^^
13+
```
14+
315
## 0.15.16
416

517
- [Eliminate use of gold linker](https://github.com/rust-fuzz/afl.rs/pull/597)

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

afl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "afl"
3-
version = "0.15.16"
3+
version = "0.15.17"
44
readme = "README.md"
55
license = "Apache-2.0"
66
authors = [

cargo-afl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-afl"
3-
version = "0.15.16"
3+
version = "0.15.17"
44
readme = "README.md"
55
license = "Apache-2.0"
66
authors = [

0 commit comments

Comments
 (0)