onur / cargo-license

Cargo subcommand to see license of dependencies
MIT License
418 stars 37 forks source link

0.5.2 contains a breaking change #70

Closed sosthene-nitrokey closed 8 months ago

sosthene-nitrokey commented 8 months ago

cargo_metadata is part of the public API of the crate through the MetaataCommand argument and therefore this is a breaking change, the release should have been 0.6.0.

It would likely make sense to yank 0.5.2 and re-release as 0.6.0.

dalance commented 8 months ago

Thank you for your suggestion. I'll yank and re-release.

sosthene-nitrokey commented 8 months ago

Thanks !

And thanks for reviving the project!