Bump version to 0.4.6 - #298
Merged
Merged
Conversation
The v0.4.6 tag was cut at e6a0831 while pyproject.toml still read 0.4.5, so the release build stopped at its own guard: Version mismatch: pyproject.toml=0.4.5 release_tag=v0.4.6 The guard did its job -- publishing 0.4.5's metadata under a 0.4.6 tag is exactly what it exists to prevent. What is missing is the bump commit; 0.4.5 had one (03b6dea). Co-Authored-By: Claude Opus 5 (1M context) <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.
The
v0.4.6release build failed at its version guard:The tag was cut at
e6a0831(the merge of #297) whilepyproject.tomlstill read0.4.5. The guard worked — publishing 0.4.5's metadata under a 0.4.6 tag is the thing it exists to stop. What's missing is the bump commit; 0.4.5 had one (03b6dea chore(release): bump version to 0.4.5).After merging
The existing
v0.4.6tag points at a commit without the bump, so it needs to move:Then re-publish the GitHub Release —
publish-pypi.ymltriggers onrelease: published, not on the tag, so re-tagging alone won't rerun it.workflow_dispatchalso works.Notes
test_remote_label_edits_from_bare_directory, macOS-x86 only — was a 60s pytest timeout, not an assertion, and the same code passed on the push-to-main run. Flaky, unrelated to that change.uv.lockrecordsroar-cli 0.4.4for the editable self-reference. Already stale before 0.4.5 and it did not block that release, so it is left alone here rather than churning the lock inside a release fix.