Releases: trailofbits/test-fuzz
Releases · trailofbits/test-fuzz
Release 7.2.4
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
clone
calls intest_fuzz
macro (fe57fe2)
Release 7.2.1
7.2.1
- Upgrade
darling
to version 0.21 (#580)
Release 7.2.0
7.2.0
- Expand
--display
and--replay
documentation in README.md (#537)—thanks @kilnhast - Expand
cargo-test-fuzz
library 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
bincode
to version 2 (#532)
Release 7.1.0
7.1.0
- FEATURE: Add
--release
flag (#517)—thanks @YanVictorSN - Update
strum_macros
to version0.27
(#519) - Fix a bug causing
--no-ui
to 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
v7.0.3
Release 7.0.2
Release 7.0.1
7.0.1
- Update
cargo_metadata
to version0.19
(#487)