Releases: trailofbits/test-fuzz
Releases · trailofbits/test-fuzz
Release 7.2.5
Release 7.2.4
7.2.4
- Eliminate use of
if_chain(#605)
Release 7.2.3
7.2.3
- Do not terminate parallel fuzzing for all targets when some targets cannot be started (#593)—thanks @arington-halabi
Release 7.2.2
7.2.2
- Eliminate two
clonecalls intest_fuzzmacro (fe57fe2)
Release 7.2.1
7.2.1
- Upgrade
darlingto version 0.21 (#580)
Release 7.2.0
7.2.0
- Expand
--displayand--replaydocumentation in README.md (#537)—thanks @kilnhast - Expand
cargo-test-fuzzlibrary documentation (#545)—thanks @markv44 - FEATURE: Warn when a
test-fuzz-generated fuzzing harness is run withoutTEST_FUZZ=1(#551) - FEATURE: Improve parallel fuzzing UI. Each target's output is now displayed in its own panel. (#555)
Release 7.1.1
7.1.1
- Upgrade
bincodeto version 2 (#532)
Release 7.1.0
7.1.0
- FEATURE: Add
--releaseflag (#517)—thanks @YanVictorSN - Update
strum_macrosto version0.27(#519) - Fix a bug causing
--no-uito not work (#521) - Have "Could not find 'Testing aborted programmatically' in command output" generate a distinguished error message (d150dd3)
- Rather than re-execute failed commands, debug print their messages (e0917e4)
- Fix package/module name collision bug (#522)—thanks @anishnaik for the bug report