Skip to content

v0.10.0

Latest

Choose a tag to compare

@andrewdavidmackenzie andrewdavidmackenzie released this 25 May 20:17
ba9cdb6

New Features

  • --direct-only flag (#252) — Only show panics where user code directly calls a panic-triggering function. Hides indirect panics from library dependency internals.

  • --report-unused-rules flag (#251) — Warns about config allow entries and inline allow comments that aren't needed by the current codebase. Helps keep allow rules tidy.

  • Inline allow propagation (#248) — When a function has // jonesy:allow(cause), callers of that function within the same crate no longer need their own allow for the same cause. Eliminates redundant allow comments.

Full Changelog: v0.9.1...v0.10.0