Skip to content

0.4.1 (2024-07-14)

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 11:08
· 26 commits to main since this release
v0.4.1
e47ee82

This release mainly addresses the high memory usage issue reported in #18: fixed a potential memory leak in #21, and implemented stream processing in #22.

Also, some UI changes were introduced in #21, as we switched the diagnostic reporter from codespan_reporting to miette.

Added

  • Support filter out binary files (d1f29e4).
  • Support filter out files by size (db421eb).

Changed

  • Report the source paths of diagnostics (#23).
  • Process files in bytes stream (#22).
  • Use miette in place of codespan-reporting as the diagnostic reporter (#21).

Fixed

  • Fix subtract with overflow (aa29181).
  • Fix potential memory leaks (#21).