chore: bump to v0.12.750 [skip ci] - #5043
Conversation
|
blocked on required review — skipping (auto-mergeability sweep) Generated by Claude Code |
|
This PR cannot be merged by the automated maintainer: the Action needed: merge manually or add a bypass rule for bot version-bump PRs. Generated by Claude Code |
|
blocked on author decision — skipping (auto-mergeability sweep): PR is blocked by branch protection (no review approval; CI was intentionally skipped via Generated by Claude Code |
|
Human action required — cannot auto-merge. Branch protection requires "E2E Gate (required)" to pass, but Additionally, main has moved forward since this PR was opened (3 PRs merged in this session: #4950, #5017, #5000). Before merging, verify the version bump to 0.12.750 is still correct (check that main's current Options:
Generated by Claude Code |
Visual diffComparing 40 of 66 comparison(s) flagged (>1% pixel diff).
Folder: 83b1e5d5695a. Full PNGs also attached as a workflow artefact. Generated by visual-diff bot. Pixel diffs >1% flagged; eyeball the table before merging. This check is non-blocking — fail = bot bug, not a code problem. |
|
This PR has a single-line conflict after PR #5051 (Gemini CLI) merged and advanced Fix (30 seconds): git fetch origin main
git checkout auto-bump/v0.12.750
git rebase origin/main # conflict on line ~329 of dashboard.py
# in the editor, keep "0.12.750" (the PR's value, not "0.12.748")
git rebase --continue
git push --force-with-leaseThen squash-merge as normal. The PR still only changes one line. PyPI has Generated by Claude Code |
|
Closing as stale/conflicted. This auto-bump PR was generated after publishing 0.12.750 to PyPI but dashboard.py has since changed significantly (Gemini CLI runtime #5051 and other PRs merged), making this branch uncleanly rebased. Current state: Generated by Claude Code |
Auto-opened by
release-on-merge.ymlafter publishingclawmetry==0.12.750to PyPI (run 32444040618).This PR only syncs
__version__indashboard.pywith what is already live on PyPI. Safe to squash-merge as-is.Triggered by: #5012