chore: release v0.0.32#374
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR increments the structured-zstd crate version from 0.0.31 to 0.0.32 in the Cargo manifest. No dependencies, features, examples, benches, or test targets were modified, and no public API changes are introduced. ChangesVersion Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Bumps
structured-zstdto 0.0.32 socargo publish(which reads the version fromzstd/Cargo.toml) emits 0.0.32 to crates.io, matching the npm@structured-world/structured-zstd@0.0.32that thev0.0.32release already published (the npm job stamps the version from the tag name).Background: the
v0.0.32tag was created manually to reset the release-plz baseline off the brokenv0.0.31tag (whosezstd-wasmmanifest lacked a version requirement, deadlocking the release-pr job). The tag landed one253a27ewhere the manifest still read 0.0.31, so the crates.io publish tried to re-publish 0.0.31 and failed. This commit supplies the missing manifest bump; after merge thev0.0.32tag will be moved onto the merge commit and the crates.io publish re-run.Summary by CodeRabbit