Skip to content

Commit

Permalink
Bump to version 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Aug 10, 2023
1 parent 1221c35 commit 35f1099
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -28,6 +28,19 @@ Released YYYY-MM-DD.

--------------------------------------------------------------------------------

## 0.4.7

Released 2023-08-10.

### Added

* Added the `link_libfuzzer` cargo feature. This feature is on by default and
preserves the existing behavior of statically linking libfuzzer. You can
disable it if you are linking your own version of libfuzzer some other way, or
another library that provides the same ABI as libfuzzer.

--------------------------------------------------------------------------------

## 0.4.6

Released 2023-01-26.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0/NCSA"
name = "libfuzzer-sys"
readme = "./README.md"
repository = "https://github.com/rust-fuzz/libfuzzer"
version = "0.4.6"
version = "0.4.7"

[dependencies]
arbitrary = "1"
Expand Down

0 comments on commit 35f1099

Please sign in to comment.