From bf4362cdb47e3dbd1bed9eb02792c214e4a8348a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 16:02:34 +0000 Subject: [PATCH] chore(main): release 2.1.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 156a5dd..1ca42f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,13 @@ * unit tests for `InMemoryVectorRepository` hybrid paths: cosine vs RRF score ranges, dual-leg ranking, post-fusion `min_score` filtering, no early pruning, empty-term fallback, and limit enforcement * integration tests for end-to-end hybrid search: results returned with positive scores, keyword-matched chunk surfaces, special SQL characters (`%`, `_`, `!`) do not cause errors, and semantic-only baseline confirms the flag gates the BM25 leg +## [2.1.0](https://github.com/ArtemisMucaj/codesearch/compare/v2.0.1...v2.1.0) (2026-08-06) + + +### Features + +* route CLI write commands through a running serve process ([#213](https://github.com/ArtemisMucaj/codesearch/issues/213)) ([296f70b](https://github.com/ArtemisMucaj/codesearch/commit/296f70bf6608f75d6b4aad88093e6087a76612b9)) + ## [2.0.1](https://github.com/ArtemisMucaj/codesearch/compare/v2.0.0...v2.0.1) (2026-08-04) diff --git a/Cargo.toml b/Cargo.toml index 99cf8c6..f427fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codesearch" -version = "2.0.1" +version = "2.1.0" edition = "2021" authors = ["CodeSearch Team"] license = "MIT"