Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 185 Bytes

HOW_TO_RELEASE.md

File metadata and controls

5 lines (4 loc) · 185 Bytes

To release a new version:

  1. Update the version tag in Cargo.toml
  2. Create the release tag on GitHub. Pypi release is automated in the CI.
  3. Release on Crates.io: cargo publish.