v0.18.3
What's Changed
In prior v0.18.x versions, CLI argument parsing bugs could lead to false-negatives or incorrect crates being selected for checking in a workspace. The false-negatives were caused by an incorrect baseline selection used as a default: "current directory" instead of "largest prior version on crates.io."
Due to the severity of these issues, all prior v0.18.x versions are yanked. Per our usual policy, we've added the reproducers for these issues to our integration test suite, so they can never happen again. Apologies for the inconvenience!
More information in #380, #378, #382, and #381.
All Merged PRs
- Better error reporting when manifests fail to parse. by @obi1kenobi in #379
- Remove Ed from CODEOWNERS. by @obi1kenobi in #383
- Fix workspace handling CLI bugs. by @obi1kenobi in #381
- Release v0.18.3. by @obi1kenobi in #384
Full Changelog: v0.18.2...v0.18.3