Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 08:01
· 3 commits to main since this release
cefc45f

SQLRite v0.12.0

Per-product releases in this wave:

  • πŸ¦€ Rust engine β†’ crates.io
  • πŸ€– MCP server β†’ crates.io β€” cargo install sqlrite-mcp or grab a prebuilt binary tarball; wires SQLRite into Claude Code / Cursor / any MCP client over stdio
  • πŸ”§ C FFI β€” prebuilt libsqlrite_c for Linux x86_64/aarch64, macOS aarch64, Windows x86_64
  • πŸ–₯️ Desktop β€” unsigned installers for Linux (AppImage + deb), macOS (dmg aarch64), Windows (msi)
  • 🐍 Python β†’ PyPI β€” abi3-py38 wheels for Linux x86_64/aarch64, macOS aarch64, Windows x86_64 + sdist
  • 🟒 Node.js β†’ npm β€” N-API bindings with prebuilt .node binaries for Linux x86_64/aarch64, macOS aarch64, Windows x86_64
  • πŸ“ sqlrite-notes example β†’ npm β€” npx sqlrite-notes init <dir> ingests a folder of markdown notes into a SQLRite DB and exposes it to Claude Desktop / any MCP client
  • 🌐 WASM β†’ npm β€” browser/bundler-target WebAssembly build via wasm-pack
  • 🐹 Go SDK β†’ go get github.com/joaoh82/rust_sqlite/sdk/go@v0.12.0 β€” database/sql driver via cgo against libsqlrite_c

Auto-generated changelog below ↓

What's Changed

  • fix(release): scope sqlrite-engine crate with include allowlist (fixes crates.io 413) by @joaoh82 in #154
  • docs(release): bump displayed version to 0.11.0 (site + install snippets) by @joaoh82 in #155
  • SQLR-12 β€” make release.yml publish jobs idempotent (skip-if-already-published) by @joaoh82 in #156
  • docs(release-secrets): document sqlrite-notes trusted publisher + Repository-field gotcha (SQLR-13) by @joaoh82 in #157
  • feat(sql): JOIN ... USING / NATURAL / CROSS (SQLR-5) by @joaoh82 in #158
  • release: v0.12.0 by @joaoh82 in #159

Full Changelog: v0.11.0...v0.12.0