Skip to content

Commit

Permalink
Merge pull request #82 from fitzgen/bump-to-0.4.2
Browse files Browse the repository at this point in the history
Bump to 0.4.2
  • Loading branch information
fitzgen authored May 26, 2021
2 parents 0417c4f + e94a698 commit a89115a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ Released YYYY-MM-DD.

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

## 0.4.2

Released 2020-05-26.

### Changed

* Improved performance of checking for whether `cargo fuzz` is requesting the
`std::fmt::Debug` output of an input or not. This is always false during
regular fuzzing, so making this check faster should give slightly better
fuzzing throughput.

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

## 0.4.1

Released 2020-05-13.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
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.1"
version = "0.4.2"

[dependencies]
arbitrary = "1"
Expand Down
2 changes: 2 additions & 0 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ cargo rustc \
-Zsanitizer=address
(! $CARGO_TARGET_DIR/release/example_mutator -runs=10000000)
popd

echo "All good!"

0 comments on commit a89115a

Please sign in to comment.