Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 266 Bytes

HACKING.md

File metadata and controls

7 lines (6 loc) · 266 Bytes

Release a New Version

  1. Update CHANGELOG.md and Cargo.toml.
  2. Create a tag vX.X.X and push it to Github.
  3. Check out the tag locally, then run cargo publish to publish to crates.io.