Skip to content

6.4.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 08:46
· 8 commits to main since this release
5553263

6.4.0 - 2026-04-22

Summary

This release includes a few notable improvements:

  • The nox session release:prepare automatically reports resolved security issues.
  • The stability of the tbx security cve CLI commands is improved with new test coverage
    to help ensure it works for non-Python projects.

Features

  • #777: Improved VulnerabilityMatcher to handle packages with multiple vulnerabilities
  • #517: Modified nox session release:prepare to report resolved security issues

Refactoring

  • #731: Reduced costly test-python-environment.yml to run when triggered on main or when the files related to the action are altered
  • #785: Removed nox session project:report and metrics-schema, as superseded by Sonar usage
  • #763: Parsed and manipulated Changes Files
  • #788: Removed tbx workflow CLI commands, as superseded by nox session workflow:generate

Bugfix

  • #798: Added test to ensure tbx security cve works