

                                      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
