This repository uses `release-plz` and Conventional Commits.
On merge to `main`, CI updates release metadata and runs release steps defined in:
- -
`release-plz` follows Conventional Commit semantics:
- --
```bash
cargo check
cargo test
cargo doc --no-deps
```