Skip to content

Commit 74907b9

Browse files
committed
Bump version
1 parent f61bff5 commit 74907b9

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.23
4+
5+
- Internal refactor. The changes should not be noticeable to end users. If you experience breakage, please open an [issue](https://github.com/rust-fuzz/afl.rs/issues).
6+
37
## 0.15.22
48

59
- Go back to conventional publishing. Attempting to use trusted publishing caused the AFLplusplus submodule to not be included.

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

0 commit comments

Comments
 (0)