Skip to content

Release 6.0.0

Compare
Choose a tag to compare
@smoelius smoelius released this 21 Aug 21:01
· 60 commits to master since this release

6.0.0

  • BREAKING CHANGE: No longer pass -D to cargo afl fuzz. This is a breaking change for users of cargo-afl version 0.15.4 (or earlier), which relies on AFL++ version 4.10.c (or earlier). As of version 4.20.c, AFL++ ignores -D. (#434)
  • Pass -c- to cargo afl fuzz (6e6c955)
  • Update option_set to version 0.3 (#439)
  • BREAKING CHANGE: Remove deprecated options --concretize, --concretize-impl, and --only-concretizations (#443 and #449)
  • BREAKING CHANGE: Remove deprecated CBOR formats (#445)
  • BREAKING CHANGE: Make self_ty_in_mod_name the default (#444)
  • Shorten --pretty-print to --pretty, but keep the former as an alias (#448)
  • BREAKING CHANGE: Make --no-instrumentation the default. The option remains for now, but is ignored. (#447)