chore(release): v0.31.2 — re-publish with aprender-mcp build.rs fix#911
Merged
Conversation
Re-publish of v0.31.1 with the aprender-mcp publish fix (PR #910). v0.31.1 was yanked because aprender-mcp/build.rs panicked on an out-of-crate path at `cargo install` time. v0.31.2 ships with: - aprender-mcp contract YAML bundled inside the crate tarball - build.rs reads CARGO_MANIFEST_DIR/contracts/ (no `..` escape) - drift-guard test + static check_build_rs_paths.sh in CI Verified: `cargo package -p aprender-mcp` (which runs the same unpack+compile verify as `cargo install`) completes cleanly on v0.31.2. On v0.31.1 the same command failed with the documented build.rs panic. Refs: task #67 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v0.31.1 was yanked from crates.io because aprender-mcp/build.rs panicked
on an out-of-crate path (
../../contracts/…) at `cargo install` time.PR #910 landed the fix + Poka-Yoke; this PR cuts v0.31.2 so the published
tarballs reflect it.
Verified locally:
Test plan
After merge
Refs: task #67, feedback_post_publish_qa_required.md
🤖 Generated with Claude Code