Skip to content

Commit b3afda8

Browse files
committed
Bump version
1 parent f5c6aaf commit b3afda8

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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.15.22
4+
5+
- Go back to conventional publishing. Attempting to use trusted publishing caused the AFLplusplus submodule to not be included.
6+
37
## 0.15.21
48

59
- [Enable link time optimization and strip symbols for release builds](https://github.com/rust-fuzz/afl.rs/pull/634)

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

afl/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.15.21"
3+
version = "0.15.22"
44
readme = "README.md"
55
license = "Apache-2.0"
66
authors = [

cargo-afl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-afl"
3-
version = "0.15.21"
3+
version = "0.15.22"
44
readme = "README.md"
55
license = "Apache-2.0"
66
authors = [

0 commit comments

Comments
 (0)