Skip to content

0.5.5

Compare
Choose a tag to compare
@ericwb ericwb released this 28 May 20:45
· 83 commits to main since this release
a6ee7d1

What's Changed

  • Bump pygments from 2.17.2 to 2.18.0 by @dependabot in #454
  • Bump actions/attest-build-provenance from 1.0.0 to 1.1.0 by @dependabot in #456
  • Remove the unnecessary scripts directory and contents by @ericwb in #457
  • Load metadata for any extension entry points by @ericwb in #458
  • Add defaultConfiguration in SARIF output by @ericwb in #459
  • Bump actions/attest-build-provenance from 1.1.0 to 1.1.1 by @dependabot in #460
  • Bump actions/attest-build-provenance from 1.1.1 to 1.1.2 by @dependabot in #462
  • Migrate from stestr to pytests by @ericwb in #464
  • Delete .stestr.conf by @ericwb in #465
  • Bump requests from 2.31.0 to 2.32.1 by @dependabot in #467
  • Fix typo in copyright by @ericwb in #469
  • Use f-string instead of string substitution by @ericwb in #475
  • Remove some docstring comments on return and params by @ericwb in #476
  • Handle non-UTF-8 encoding files by @ericwb in #477
  • Fix unknown value for nbytes by @ericwb in #478
  • Correctly handle a non unicode file without pep3120 by @ericwb in #479
  • Handle invalid coding for a Python file by @ericwb in #481
  • Nicer output using rich.console by @ericwb in #482
  • Refactor the invoke function in the run class by @ericwb in #483
  • Bump requests from 2.32.1 to 2.32.2 by @dependabot in #484
  • Support multiprocessing of file parsing by @ericwb in #485
  • Avoid init of parsers twice by @ericwb in #486
  • Suppress FutureWarnings from tree-sitter and re modules by @ericwb in #487
  • Redo handling of keyboard interrupts by @ericwb in #488
  • Delay reading of file contents until parser decided by @ericwb in #489
  • Nit: Rearrange args to partial by @ericwb in #490
  • Filter the list of artifacts during discovery by @ericwb in #491
  • Fix for traceback in plain renderer by @ericwb in #494

Full Changelog: 0.5.4...0.5.5