# 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