From 5c2ec1f28347004aeae819e2018d2205fad2a20f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 20:18:30 +0000 Subject: [PATCH] chore(main): release 2.0.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f7571..156a5dd 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.0.1](https://github.com/ArtemisMucaj/codesearch/compare/v2.0.0...v2.0.1) (2026-08-04) + + +### Bug Fixes + +* note that the macOS release binary is signed and notarized ([#210](https://github.com/ArtemisMucaj/codesearch/issues/210)) ([df5f23d](https://github.com/ArtemisMucaj/codesearch/commit/df5f23dbeb9a53163f39dfe35d72f7cb167ffb38)) + ## [2.0.0](https://github.com/ArtemisMucaj/codesearch/compare/v1.11.0...v2.0.0) (2026-08-03) diff --git a/Cargo.toml b/Cargo.toml index fa88b9c..99cf8c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codesearch" -version = "2.0.0" +version = "2.0.1" edition = "2021" authors = ["CodeSearch Team"] license = "MIT"