chore: staging 0.35.3rc7#480
Merged
Merged
Conversation
Bumps pre-release version so TestPyPI can publish a fresh wheel that includes the v0.35.3 follow-up bundle merged via PR #479: - fix(security): claude runner.start no longer leaks prompt at INFO (#478) - docs(faq): add docs/faq/index.md for help-centre FAQPage schema (#477) - ctx: protect docs/faq/index.md from deletion + register in local docs (#477) The rc6 wheel on TestPyPI predates this work — without the bump the publish step skips ("File already exists") and the staging upgrade path keeps installing the older wheel. Per release-discipline.md, pre-release versions don't require a CHANGELOG entry (validate_release.py skips them) and aren't tagged (auto-tag-on-master.yml skips pre-releases). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Bumps pre-release version
0.35.3rc6 → 0.35.3rc7so TestPyPI publishes a fresh wheel containing the v0.35.3 follow-up bundle merged in PR #479:The rc6 TestPyPI wheel predates these commits. Without the bump, the publish step skips ("File already exists") and the staging upgrade path keeps installing the older wheel.
Per
release-discipline.md, pre-release versions don't require a CHANGELOG entry (validate_release.py skips them) and aren't tagged (auto-tag-on-master.yml skips pre-releases). Two-line diff:pyproject.toml+uv.lock.Test plan
uv locksynced cleanly (Updated untether v0.35.3rc6 -> v0.35.3rc7)uv run python3 scripts/validate_release.py—Pre-release version — skipping changelog validation(expected)🤖 Generated with Claude Code