The following is a guide for publishing this project.
- Update version number.
- Run
cargo semver-checks
. - Create a release.
- Generate the changelog by running
changelog-from-release > CHANGELOG.md
. - Run
cargo publish --dry-run
to test publishing. - Commit changelog.
- Check
cargo package --list
. - Run
cargo publish
.