matthiasbeyer / cargo-changelog

Changelog management tool for the CLI
Other
23 stars 1 forks source link

Check semver compat #250

Open matthiasbeyer opened 1 year ago

matthiasbeyer commented 1 year ago

Targets #239

This is highly WIP because right now there's no way to describe what semver incompatibility a changelog fragment introduces (e.g. a change could only require the minor version to be bumped).

I am not yet sure how to implement this in detail.