v0.15.0
This version marks the start of migrating to osv-scalibr with the semantic package now being sourced from there - from a CLI point-of-view this should not change anything, but anyone using it as a library will now find that it's API has been changed to return errors instead of panicking.
I expect to replace the lockfile package with the osv-scalibr equivalent in the next release.
What's Changed
- update to Go v1.24 (#315)
- replace
semanticwithosv-scalibrversion (#316) - exclude root packages when parsing
yarn.lockfiles (#320)
Full Changelog: v0.14.0...v0.15.0