Releases: trailofbits/test-fuzz
Releases · trailofbits/test-fuzz
Release 4.0.3
Release 4.0.2
Release 4.0.1
4.0.1
- Remove last reference to
syn
1.0 (#244)
Release 4.0.0
4.0.0
- BREAKING CHANGE: The
--timeout
option now uses seconds instead of milliseconds (#219)—thanks @dhruvdabhi101 - BREAKING CHANGE: The following deprecated options/functions have been removed (#234):
- Options
--display-<OBJECT>
(use--display <OBJECT>
with no hyphen) - Options
--replay-<OBJECT>
(use--replay <OBJECT>
with no hyphen) - Option
--target <TARGETNAME>
(use just<TARGETNAME>
) - Function
cargo_test_fuzz
- Options
- BREAKING CHANGE:
test-fuzz
is now licensed and distributed under the AGPLv3 license with the Macros and Inline Functions Exception. See the README for additional details. (#241) - Fix a bug involving mutable slices and
str
s (#230)—thanks @0xalpharush for reporting the bug
Release 3.1.0
3.1.0
- Update dependencies, including
afl
to version 0.13.0 (c1707f5)
Release refs/tags/v3.0.5
3.0.5
- Update help message (#153)
Release refs/tags/v3.0.4
3.0.4
- Work around "pizza mode" bug (#137)
Release refs/tags/v3.0.3
Release refs/tags/v3.0.2
3.0.2
- Simplify command line interface (#120)
Release v3.0.1
3.0.1
- Handle unused lifetime parameters (#116)