1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
RELEASE CHECKLIST 1. Tag the release commit: git tag -s vX.X.X 2. Update the version constant in `src/lib.rs` 3. Update the version in Cargo.toml 4. Push tags: git push --tags 5. Publish crate: cargo publish