release: v1.1.2

This commit is contained in:
Tobi Lutke 2026-03-07 15:58:28 -04:00
parent 0ff9bec129
commit b838f74c8c
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.2] - 2026-03-07
13 community PRs merged. GPU initialization replaced with node-llama-cpp's
built-in `autoAttempt` — deleting ~220 lines of manual fallback code and
fixing GPU issues reported across 10+ PRs in one shot. Reranking is faster

View File

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