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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
* 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.0](https://github.com/ArtemisMucaj/codesearch/compare/v1.11.0...v2.0.0) (2026-08-03)


### ⚠ BREAKING CHANGES

* the memory/session/dream REST + MCP surfaces are gone; consumers must talk to memory-rs instead.

### Code Refactoring

* extract memory, Leiden and the LLM stack into standalone crates ([#207](https://github.com/ArtemisMucaj/codesearch/issues/207)) ([2cb9169](https://github.com/ArtemisMucaj/codesearch/commit/2cb9169407f375babd1c35fca7d48283830f1b43))

## [1.11.0](https://github.com/ArtemisMucaj/codesearch/compare/v1.10.0...v1.11.0) (2026-07-22)


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 = "1.11.0"
version = "2.0.0"
edition = "2021"
authors = ["CodeSearch Team"]
license = "MIT"
Expand Down