Commit e67ca01
docs(release): bump displayed version to 0.13.0 (site + install snippets) (#163)
* docs(release): bump displayed version to 0.13.0 (site + install snippets)
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>
* chore(playground): refresh vendored WASM bundle to the 0.13.0 engine
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>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent c00ce18 commit e67ca01
6 files changed
Lines changed: 10 additions & 10 deletions
File tree
- docs
- sdk/wasm
- web
- public/playground/pkg
- src/lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
| 217 | + | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
| 156 | + | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments