Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

## [0.23.0](https://github.com/ArtemisMucaj/codesearch/compare/v0.22.0...v0.23.0) (2026-04-13)


### Features

* **mcp:** add query_graph tool with 8 intention-named relationship patterns ([#145](https://github.com/ArtemisMucaj/codesearch/issues/145)) ([3d634e7](https://github.com/ArtemisMucaj/codesearch/commit/3d634e7452b35675c996c572e4e2424a8a99dcd4))

## [0.22.0](https://github.com/ArtemisMucaj/codesearch/compare/v0.21.0...v0.22.0) (2026-04-13)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codesearch"
version = "0.22.0"
version = "0.23.0"
edition = "2021"
authors = ["CodeSearch Team"]
license = "MIT"
Expand Down