chore: bump versions — Rust 0.12.9→0.12.10, Python SDK 0.14.7→0.14.8#136
Merged
Conversation
Post-security-sprint version bump. PRs #133-#135 shipped changes to crates/ and web/src/ since the v0.12.9 GitHub release, and python/ changes since the 0.14.7 PyPI publish. Track 1 (Rust binary): Cargo.toml → Cargo.lock → python/rewind_cli.py → python-mcp/pyproject.toml → python-mcp/rewind_mcp_cli.py Track 2 (Python SDK): python/pyproject.toml → python/rewind_agent/__init__.py Post-merge checklist: 1. Create GitHub Release with tag v0.12.10 (triggers CI binary builds) 2. Run ./scripts/publish-pypi.sh from python/ directory 3. Run ./scripts/publish-mcp-pypi.sh from python-mcp/ directory Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Version bump after the security hardening sprint (PRs #133-#135).
Why now
All three security PRs shipped changes to
crates/andweb/src/:Current workspace version
0.12.9is already released as a GitHub Release, so a bump is required perCLAUDE.mdrules. Python SDK0.14.7is already on PyPI.E2E test results (run on master post-merge of #135)
Workspace: 370+ tests, 0 failures. Python: 303 passed. Web: build + typecheck clean.
Post-merge checklist
v0.12.10(triggers CI binary builds)cd python && ./scripts/publish-pypi.shcd python-mcp && ./scripts/publish-mcp-pypi.sh🤖 Generated with Claude Code