chore(release): bump to v0.32.0#344
Conversation
Rivet verification gate✅ 20/20 passed
Filter: Failed artifacts(none) Updated automatically by |
No content change. The Rivet validate (artifacts) job produced the repo's pre-existing lifecycle-coverage baseline as errors on one runner (464 errors, 0 broken cross-refs) while passing on others and locally — a non-deterministic rivet-cli install across self-hosted runners. Re-running to land a clean pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Status: this v0.32.0 bump is code-complete and 12 of 14 required checks are green on HEAD The only two outstanding required checks — Security Audit (RustSec) and Lean proof typecheck (lake build) — have been Generated by Claude Code |
Summary
Release v0.32.0 — ships #337 (#343): C-style radix literals (
0x…/0b…/0o…) are now rejected with a parse diagnostic instead of silently parsing to integer0.Changes
Cargo.toml—[workspace.package]version0.31.0→0.32.0Cargo.lock—cargo update --workspace --offline(allspar-*crates →0.32.0)vscode-spar/package.json— version0.31.0→0.32.0REQ-PARSER-003is alreadyverifiedwithrelease: v0.32.0on main (landed in #343), so no requirements change is needed here.Release contents
0x…hex literal silently parses to 0🤖 Generated with Claude Code
Generated by Claude Code