Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 10:45
· 1 commit to main since this release

BREAKING Changes

  • CLI option --spec-version defaults to 1.6, was 1.4 (#1173 via #1258)
  • Emit $.metadata.tools as components (#1233 via #1235)
    This affects only CycloneDX spec-version 1.5 and later.
  • Emitted .purl values might be partially url-encoded (via #1235)
    This is caused by changes on underlying 3rd-party dependency packageurl-js.
  • Create dir for output file if not exists (#1241 via #1242)
    This is only a breaking change if you relied on non-existent result paths to cause errors.

Misc

  • Raised dependency @cyclonedx/cyclonedx-library@^7.0.0, was @^6.11.0 (via #1235)

What's Changed

Full Changelog: v1.20.0...v2.0.0