Skip to content

docs(release): bump displayed version to 0.13.0 (site + install snippets)#163

Merged
joaoh82 merged 2 commits into
mainfrom
docs-version-0.13.0
Jun 10, 2026
Merged

docs(release): bump displayed version to 0.13.0 (site + install snippets)#163
joaoh82 merged 2 commits into
mainfrom
docs-version-0.13.0

Conversation

@joaoh82

@joaoh82 joaoh82 commented Jun 9, 2026

Copy link
Copy Markdown
Owner

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 snippets sqlrite-engine / sqlrite-ask pins "0.12""0.13"
  • web/src/lib/site.ts — site-wide displayed version 0.12.00.13.0

v0.13.0 headline: HAVING post-aggregation filter (SQLR-52, #161).

🤖 Generated with Claude Code

…ets)

Same shape as #160 for v0.12.0: the Cargo install snippets in README,
docs/ask.md, and docs/embedding.md, plus the site-wide version constant
in web/src/lib/site.ts. v0.13.0 shipped HAVING (SQLR-52, #161).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rust-sqlite Ready Ready Preview, Comment Jun 9, 2026 10:23pm

Request Review

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 joaoh82 merged commit e67ca01 into main Jun 10, 2026
21 checks passed
@joaoh82 joaoh82 deleted the docs-version-0.13.0 branch June 10, 2026 05:59
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant