@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.0] - 2026-05-04
11+
1012### Changed
1113- Full-vault indexing now embeds in smaller batches to reduce long-tail embedding stalls on real Markdown vaults.
1214- ` seeklink index --vault PATH ` now prints full-vault progress to stderr while keeping the final ` Done: ` summary on stdout.
@@ -43,6 +45,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4345- Source checkouts now declare a build backend, so ` uv sync --dev ` installs the
4446 working tree's ` seeklink ` console script instead of falling through to a stale
4547 globally installed command during local verification.
48+ - Refreshed ` tests/blind/results/ ` with v0.5 release-quality snapshots only. On
49+ the bundled 22-query fixture, config A reports mean Recall@10 0.985, MRR
50+ 0.977, and nDCG@10 0.901; latency measurements remain in the JSON result
51+ file because they are hardware- and load-dependent.
4652
4753## [ 0.4.0] - 2026-04-29
4854
@@ -170,7 +176,8 @@ surface so the repo reads as a shipped tool rather than a work log.
170176- Native CJK tokenization via jieba registered as a custom FTS5 tokenizer.
171177- MCP server transport (` seeklink serve ` ) — removed in v0.2.0.
172178
173- [ Unreleased ] : https://github.com/simonsysun/seeklink/compare/v0.4.0...HEAD
179+ [ Unreleased ] : https://github.com/simonsysun/seeklink/compare/v0.5.0...HEAD
180+ [ 0.5.0 ] : https://github.com/simonsysun/seeklink/compare/v0.4.0...v0.5.0
174181[ 0.4.0 ] : https://github.com/simonsysun/seeklink/compare/v0.3.2...v0.4.0
175182[ 0.3.2 ] : https://github.com/simonsysun/seeklink/releases/tag/v0.3.2
176183[ 0.3.1 ] : https://github.com/simonsysun/seeklink/releases/tag/v0.3.1
0 commit comments