Skip to content

Commit a7cacc2

Browse files
joaoh82claude
andauthored
docs(release): bump displayed version to 0.14.0 + refresh playground 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>
1 parent 3fa2d9b commit a7cacc2

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ Expressions in `WHERE` and `UPDATE`'s `SET` RHS:
214214

215215
```toml
216216
[dependencies]
217-
sqlrite-engine = "0.13"
218-
sqlrite-ask = "0.13"
217+
sqlrite-engine = "0.14"
218+
sqlrite-ask = "0.14"
219219
```
220220

221221
```rust

docs/ask.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ If `SQLRITE_LLM_API_KEY` is missing, the panel surfaces a clean "missing API key
131131

132132
```toml
133133
[dependencies]
134-
sqlrite-engine = "0.13"
135-
sqlrite-ask = "0.13"
134+
sqlrite-engine = "0.14"
135+
sqlrite-ask = "0.14"
136136
```
137137

138138
```rust

docs/embedding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ The retryable-error branch is the headline new flow: pick a backoff policy that
153153
[dependencies]
154154
# `ask` is a default feature on sqlrite-engine; opt out with
155155
# default-features = false if you don't want the LLM stack pulled in.
156-
sqlrite-engine = "0.13"
157-
sqlrite-ask = "0.13"
156+
sqlrite-engine = "0.14"
157+
sqlrite-ask = "0.14"
158158
```
159159

160160
```rust

sdk/wasm/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.36 KB
Binary file not shown.

web/src/lib/site.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const SITE = {
22
url: "https://sqlritedb.com",
33
twitterHandle: "@CodePolyglot",
4-
version: "0.13.0",
4+
version: "0.14.0",
55
repo: "https://github.com/joaoh82/rust_sqlite",
66
discord: "https://discord.gg/dHPmw89zAE",
77
docsRs: "https://docs.rs/sqlrite-engine",

0 commit comments

Comments
 (0)