Commit bc071de
docs(release): bump displayed version to 0.11.0 (site + install snippets) (#155)
v0.11.0 is now published across crates.io / npm / PyPI / WASM / Go, so
update the version surfaces that lag behind:
- web/src/lib/site.ts: SITE.version 0.10.0 → 0.11.0. This is the single
source of truth the marketing site reads — it drives the hero badge,
the docs page header, the SDK showcase cards, and the structured-data
softwareVersion. (It was even stale at 0.10.0 through the 0.10.x line.)
- README.md / docs/embedding.md / docs/ask.md: the Rust install snippets
pinned `sqlrite-engine = "0.1"` / `sqlrite-ask = "0.1"`. In Cargo
`"0.1"` means >=0.1.0,<0.2.0, which EXCLUDES 0.11.0 — so copy-pasting
resolved an ancient 0.1.x. Bump to "0.11" so the documented pin
actually installs the current release.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent a19a2df commit bc071de
4 files changed
Lines changed: 7 additions & 7 deletions
| 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 | | |
| |||
| 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