docs(release): bump displayed version to 0.11.0 (site + install snippets)#155
Merged
Conversation
…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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Jun 2, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.ts—SITE.version0.10.0→0.11.0. This is the single source of truth the marketing site reads; it drives the hero badge, the/docsheader, the SDK-showcase cards, and the structured-datasoftwareVersion. (It was stale at0.10.0even through the whole 0.10.x line.)README.md,docs/embedding.md,docs/ask.md— the Rust install snippets pinnedsqlrite-engine = "0.1"/sqlrite-ask = "0.1". In Cargo,"0.1"means>=0.1.0, <0.2.0, which excludes0.11.0— so a copy-paste resolved an ancient0.1.x. Bumped to"0.11"so the documented pin installs the current release.Scope notes
web/content/blog/*.mdxand the roadmap narrative (docs/roadmap.md,docs/_index.md) mention older0.xversions as part of dated/phase history — intentionally left untouched (not "current version" surfaces).🤖 Generated with Claude Code