v0.18.2
What's Changed
- Add a lib target so that other crates can use
cargo-semver-checks
as a library - Bugfix: target-specific optional features no longer produce false-positives (#369)
- Bugfix: display color output from rustdoc on error (#326)
All Merged PRs
- bump cargo-toml to 0.15.2 and remove workarounds by @skyzh in #374
- Fix false-positives from target-specific optional features by @tonowak in #375
- Use
--color=always
in rustdoc command when stderr is tty by @tonowak in #360 - extract library by @marcoieni in #314
- Release v0.18.2 with a new lib target. by @obi1kenobi in #377
New Contributors
- @marcoieni made their first contribution in #314
Full Changelog: v0.18.1...v0.18.2