Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 19:54
· 230 commits to master since this release
a20be9f

Changelog

This release fixes an issue that prevented license expressions being properly decoded from XML.

BREAKING CHANGE
The type of Component.Licenses and Service.Licenses has changed from *[]LicenseChoice to *Licenses.

a20be9f Merge pull request #5 from CycloneDX/fix-license-expression-unmarshalling
301ae58 ci: always use latest cyclonedx-gomod version
c1fdab5 ci: enable more linters
39ec200 ci: include golangci-lint in workflow
f7ee97f fix: license expression unmarshalling for XML
42e12f9 fix: missing error handling when marshalling LicenseChoice to XML