release: v1.1.1

This commit is contained in:
Tobi Lutke 2026-03-06 14:48:47 -04:00
parent 60721658c0
commit 2ae1baba2f
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]
## [1.1.1] - 2026-03-06
### Fixes
- Reranker: truncate documents exceeding the 2048-token context window

View File

@ -1,6 +1,6 @@
{
"name": "@tobilu/qmd",
"version": "1.1.0",
"version": "1.1.1",
"description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking",
"type": "module",
"bin": {