release: v2.0.0

This commit is contained in:
Tobi Lutke 2026-03-10 11:53:25 -04:00
parent a444c86382
commit 8478ddb666
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## [Unreleased]
## [2.0.0] - 2026-03-10
QMD 2.0 declares a stable library API. The SDK is now the primary interface —
the MCP server is a clean consumer of it, and the source is organized into
`src/cli/` and `src/mcp/`. Also: Node 25 support and a runtime-aware bin wrapper

View File

@ -1,6 +1,6 @@
{
"name": "@tobilu/qmd",
"version": "1.1.6",
"version": "2.0.0",
"description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking",
"type": "module",
"main": "dist/index.js",