Skip to content

Commit 4eb4bea

Browse files
committed
Prepare for 0.2.2 release.
1 parent f1369aa commit 4eb4bea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

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

3+
## 0.2.2
4+
5+
* [Use more generic C compiler binary name](https://github.com/rust-fuzz/afl.rs/commit/f1369aadc2352510d2af42d23480324800960d26)
6+
* [More descriptive panic messages](https://github.com/rust-fuzz/afl.rs/commit/7f0114c0a0d42e1487f5e573e949b12f8932f42c)
7+
38
## 0.2.1
49

510
* [Introduce more helpful CLI using clap-rs](https://github.com/rust-fuzz/afl.rs/commit/c9537eabd412591b91e328f41451c4aba199c684)

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.2.1"
3+
version = "0.2.2"
44
readme = "README.md"
55
license = "Apache-2.0"
66
authors = ["Keegan McAllister <[email protected]>",

0 commit comments

Comments
 (0)