clog-tool / clog-cli

Generate beautiful changelogs from your Git commit history
MIT License
851 stars 43 forks source link

add option to bump Cargo.toml/Cargo.lock #113

Open zkat opened 5 years ago

zkat commented 5 years ago

Would it be possible to add an option to have the auto-version-incrementing also modify the version in Cargo.toml (and Cargo.lock)?

For bonus points, can this also commit + tag a new version in git, like cargo-bump --git does?