0.7.0 - 2024-08-06
github-actions
released this
06 Aug 11:42
·
25 commits
to main
since this release
Release Notes
Changed
- Made model types
pub
instead ofpub(crate)
, which allows client code to write more fields in SBOMs ([#758]) - Removed
#[non_exhaustive]
fromSpecVersion
, which was a source of bugs in client code ([#749]) - Switched from
packageurl
topurl
crate as the PURL implementation ([#746]) - Removed JSON schema validation from the public API and moved
jsonschema
to dev-dependencies to combat dependency bloat ([#750])