- Make the necessary updates to CHANGELOG.md.
- Bump version in Cargo.toml.
- Commit changes.
- Tag new version and push tag.
git tag -sm "<version>" <version> git push origin <version>
- Confirm the release is built and published appropriately by CI.
git tag -sm "<version>" <version>
git push origin <version>