docs(release): bump displayed version to 0.13.0 (site + install snippets)#163
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The /playground pkg is a pinned copy Vercel never rebuilds, so it was still serving the pre-0.12 engine (last refreshed in SQLR-42). Rebuilt via the documented flow in examples/wasm-playground/README.md; only the .wasm binary changed (no SDK API change, glue files identical). Also picks up sdk/wasm/Cargo.lock's 0.13.0 bump — sdk/wasm sits outside the workspace, so the Release PR's lock refresh couldn't reach it. Smoke-verified in Node: GROUP BY ... HAVING total > 100 returns the filtered group through the new bundle. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
joaoh82
added a commit
that referenced
this pull request
Jun 11, 2026
…WASM (#170) Post-release chores for v0.14.0, mirroring #163/#165: - install snippets (README, docs/ask.md, docs/embedding.md) 0.13 -> 0.14 - site displayed version (web/src/lib/site.ts) 0.14.0 - vendored playground bundle rebuilt from the v0.14.0 engine, picking up SQLR-2 / SQLR-14 / SQLR-15 scope validation (JS bindings unchanged — no API delta, binary only) Co-authored-by: Claude Fable 5 <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.
Post-release follow-up for v0.13.0 (same shape as #160 was for v0.12.0):
README.md,docs/ask.md,docs/embedding.md— Cargo install snippetssqlrite-engine/sqlrite-askpins"0.12"→"0.13"web/src/lib/site.ts— site-wide displayed version0.12.0→0.13.0v0.13.0 headline:
HAVINGpost-aggregation filter (SQLR-52, #161).🤖 Generated with Claude Code