Skip to content

Commit e508125

Browse files
committed
Prepare for 0.10.1 release
1 parent 5f38961 commit e508125

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

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

3+
## 0.10.1
4+
5+
* [Get docs building on docs.rs](https://github.com/rust-fuzz/afl.rs/pull/185)
6+
37
## 0.10.0
48

59
* [Qualify uses of `__fuzz!` macro](https://github.com/rust-fuzz/afl.rs/pull/174)

Cargo.lock

Lines changed: 3 additions & 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.0"
3+
version = "0.10.1"
44
readme = "README.md"
55
license = "Apache-2.0"
66
authors = ["Keegan McAllister <[email protected]>",

0 commit comments

Comments
 (0)