In release 1.4.0 I forgot to bump the version in cargo.toml requiring a new 1.4.1 release with nothing other than the version string being updated.
This should be not allowed to happen in the future, or the process should be automated with GitHub Actions? Maybe a job that adds the bump commit to main, git tags it and then drafts the new release to be done manually?
In release
1.4.0I forgot to bump the version incargo.tomlrequiring a new1.4.1release with nothing other than the version string being updated.This should be not allowed to happen in the future, or the process should be automated with GitHub Actions? Maybe a job that adds the bump commit to
main, git tags it and then drafts the new release to be done manually?