Release v0.1.2 - #18
Merged
Merged
Conversation
joaoh82
added a commit
that referenced
this pull request
Apr 23, 2026
…#19) GitHub's default squash-merge title is `<PR title> (#N)` — so merging a Release PR titled `release: v0.1.2` lands on main as `release: v0.1.2 (#18)`, which the old anchored regex rejected. The v0.1.2 canary had to be kicked via workflow_dispatch as a result. Strip the trailing ` (#N)` before the regex test so both forms match. Editing the title to drop the suffix still works; it just isn't required anymore. 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.
Bumps every product to
v0.1.2(previously0.1.1).The diff should be exactly:
versionstring (root Cargo.toml, sqlrite-ffi, sdk/python × 2, sdk/nodejs × 2, sdk/wasm, desktop × 3).Cargo.lockrefreshed with the new workspace versions.Once this PR merges, the
release.ymlworkflow automatically:sqlrite-v0.1.2,sqlrite-ffi-v0.1.2, and umbrellav0.1.2against the merge commit.releaseenvironment).libsqlrite_cfor Linux x86_64/aarch64 + macOS aarch64 + Windows x86_64 and uploads them to thesqlrite-ffiGitHub Release.v0.1.2GitHub Release with auto-generated notes linking to the per-product ones.Python / Node.js / WASM / Go / desktop SDKs land as their publish jobs come online (Phases 6e–6i).
See docs/release-plan.md for the full flow.