- Update the version number in Cargo.toml
- Update CHANGELOG.md
- (if needed) Update the version numbers in README.md
- Commit with the following subject line:
release: vX.Y.Z
- Run
cargo release
to check the release - Run
cargo release --execute
to release
release: vX.Y.Z
cargo release
to check the releasecargo release --execute
to release