ソースを参照

release: v1.1.2

Tobi Lutke 2 ヶ月 前
コミット
b838f74c8c
2 ファイル変更3 行追加1 行削除
  1. 2 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 2 - 0
CHANGELOG.md

@@ -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

+ 1 - 1
package.json

@@ -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": {