Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 264 Bytes

File metadata and controls

13 lines (10 loc) · 264 Bytes

Contribution

thx

Version Control

We use Git + SemVer.

Bump Version

  1. Update version in Cargo.toml
  2. Commit with message chore: bump version to x.y.z
  3. Tag the commit with vX.Y.Z
  4. Change log in CHANGELOG.md
  5. Push commit and tag to remote