v0.9.0
This version changes how the detector does version comparison to be based on the semantics for the ecosystem the version belongs to, which fixes a number of subtle (and for some ecosystems, not so subtle) differences when comparing packages.
This does mean the CSV parser format has a new column that specifies the ecosystem version, in case you're using a custom ecosystem.
What's Changed
- compare versions using ecosystem-specific semantics (#157)
Full Changelog: v0.8.0...v0.9.0