Releases: trailofbits/necessist
Releases · trailofbits/necessist
Release 0.4.0
Release 0.3.4
Release 0.3.3
0.3.3
- Fix a bug involving the Foundry framework's handling of extra arguments (#884)
Release 0.3.2
0.3.2
- Update list of ignored Rust methods (51a0ec4)
Release 0.3.1
Release 0.3.0
0.3.0
- Ignore
Skip
,Skipf
, andSkipNow
methods in Go framework (#759 and #760) - 94e81c6 unintentionally removed
recursive_kill
's post-visit behavior. 381a0ff restores the post-visit behavior, but retains the non-recursiveness that 94e81c6 introduced. (381a0ff) - Add ability to ignore tests (#798)
- Lock project's root directory to help protect against concurrent uses of Necessist (#791)
Release 0.2.3
Release 0.2.2
0.2.2
- Use
pnpm
if a pnpm-lock.yaml file exists (bfb30b0)
Release 0.2.1
0.2.1
- Fix a bug involving the Foundry framework's handling of trailing semicolons (#663)
Release 0.2.0
0.2.0
- Add Anchor framework (#587)