Skip to content

0.7.0 - 2024-08-06

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 11:42
· 25 commits to main since this release
76d0b09

Release Notes

Changed

  • Made model types pub instead of pub(crate), which allows client code to write more fields in SBOMs ([#758])
  • Removed #[non_exhaustive] from SpecVersion, which was a source of bugs in client code ([#749])
  • Switched from packageurl to purl 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])