Skip to content

Commit 158ece0

Browse files
committed
chore: bump to v0.20.0
1 parent c7ed16d commit 158ece0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
## [0.20.0] - 2026-03-08
13+
1214
### Changed
1315

1416
- Upgraded `node-llama-cpp` to `3.17.1` and switched runtime initialization to `build: "autoAttempt"` for improved backend selection and fallback behavior.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gmickel/gno",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "Local semantic search for your documents. Index Markdown, PDF, and Office files with hybrid BM25 + vector search.",
55
"keywords": [
66
"embeddings",

0 commit comments

Comments
 (0)