docs(release): bump displayed version to 0.14.0 (site + install snippets) + playground WASM refresh#170
Merged
Merged
Conversation
…WASM 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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 chores for v0.14.0, combining the #163 (docs bump) and #165 (playground refresh) steps in one PR:
README.md,docs/ask.md,docs/embedding.md:sqlrite-engine/sqlrite-askpins0.13→0.14web/src/lib/site.ts:0.14.0sdk/wasm(wasm-pack build --target web --release) from the v0.14.0 engine and re-vendored intoweb/public/playground/pkg/. Picks up SQLR-2 / SQLR-14 / SQLR-15 scope validation; verified the newunknown table qualifiererror string is embedded in the binary. JS bindings are byte-identical (no API delta), so onlysqlrite_wasm_bg.wasm+sdk/wasm/Cargo.lockchanged.🤖 Generated with Claude Code