Skip to content

docs(release): bump displayed version to 0.11.0 (site + install snippets)#155

Merged
joaoh82 merged 1 commit into
mainfrom
sqlr-bump-site-version-0.11.0
Jun 1, 2026
Merged

docs(release): bump displayed version to 0.11.0 (site + install snippets)#155
joaoh82 merged 1 commit into
mainfrom
sqlr-bump-site-version-0.11.0

Conversation

@joaoh82
Copy link
Copy Markdown
Owner

@joaoh82 joaoh82 commented Jun 1, 2026

Now that v0.11.0 is live across crates.io (sqlrite-engine, sqlrite-ask, sqlrite-mcp), npm, PyPI, WASM, and Go, update the version strings that consumers see.

Changes

  • web/src/lib/site.tsSITE.version 0.10.00.11.0. This is the single source of truth the marketing site reads; it drives the hero badge, the /docs header, the SDK-showcase cards, and the structured-data softwareVersion. (It was stale at 0.10.0 even through the whole 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 a copy-paste resolved an ancient 0.1.x. Bumped to "0.11" so the documented pin installs the current release.

Scope notes

  • Historical blog posts under web/content/blog/*.mdx and the roadmap narrative (docs/roadmap.md, docs/_index.md) mention older 0.x versions as part of dated/phase history — intentionally left untouched (not "current version" surfaces).
  • Pure string-value / doc edits; no logic or type changes.

🤖 Generated with Claude Code

…ets)

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>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 1, 2026

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

Project Deployment Actions Updated (UTC)
rust-sqlite Ready Ready Preview, Comment Jun 1, 2026 8:26am

Request Review

@joaoh82 joaoh82 merged commit bc071de into main Jun 1, 2026
21 checks passed
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