Skip to content

Commit 15f5818

Browse files
committed
chore: bump to v0.22.1
1 parent 5559727 commit 15f5818

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
## [0.22.1] - 2026-03-10
13+
14+
### Fixed
15+
16+
- Included fine-tuning helper libraries and benchmark fixture JSON used by the retrieval research scripts/tests so release CI can resolve the research sandbox correctly on clean machines.
17+
1218
## [0.22.0] - 2026-03-10
1319

1420
### Added

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.22.0",
3+
"version": "0.22.1",
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)