Requires rust-release-tools:
pipx install git+https://github.com/raine/rust-release-tools.gitTo release:
just release-patch # or release-minor, release-majorThis will:
- Bump version in Cargo.toml
- Generate changelog entry using Claude
- Open editor to review changelog
- Commit, publish to crates.io, tag, and push
To generate changelog entries for all git tags missing from CHANGELOG.md:
update-changelogThis uses cc-batch to process multiple tags in parallel.