release: v0.1.1#2
Merged
Merged
Conversation
Bumps the six version anchors from 0.1.0 to 0.1.1. v0.1.1 is the first wheel-bearing release: it ships the corrected prebuilds.yml matrix (macos x86_64 dropped — see #1) so the python-wheels and N-API legs all complete on free GitHub runners and attach-to-release can publish to the v0.1.1 GitHub Release. No grammar / parser / binding source changes since v0.1.0. Co-Authored-By: Claude Opus 4.7 (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.
Summary
Bumps the six version anchors from
0.1.0→0.1.1. No grammar / parser / binding source changes since v0.1.0.Why v0.1.1 (not a patch on v0.1.0)
v0.1.0 was tagged with the original 5-platform
prebuilds.ymlmatrix. The macos-13 (x86_64) jobs stalled in GitHub's free Intel runner queue for >20 min, blockingattach-to-release, so v0.1.0's GitHub Release has no wheels or Node prebuilds attached. PR #1 dropped macos x86_64 from the matrix; this PR is the version bump that lets us cut a fresh tag against the corrected workflow. v0.1.1 will be the first wheel-bearing release.Test plan
mainpost-merge, tagv0.1.1annotated and push the tag.prebuilds.ymlworkflow runs all 8 jobs to green (4 wheels × cibuildwheel + 4 Node prebuilds).attach-to-releaseuploads to the v0.1.1 GitHub Release.pip install tree-sitter <wheel-url>from a fresh venv and run the binding smoke test.🤖 Generated with Claude Code