Skip to content

Commit fe92732

Browse files
committed
chore(release): v2.5.1
1 parent ac46028 commit fe92732

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

RELEASE_NOTE.txt renamed to RELEASE_NOTE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.5.1 - Relative Symbol IDs
2+
3+
### Highlights
4+
- Deep index symbol identifiers now use project-relative paths, preventing SQLite uniqueness collisions during rebuilds.
5+
- Added regression coverage to ensure duplicate filenames across directories generate distinct symbol IDs.
6+
- Release notes migrated to Markdown for easier editing.
7+
8+
### Notes
9+
- Triggering a deep index rebuild will automatically regenerate symbol identifiers for existing caches.
10+
111
## 2.5.0 - SQLite Deep Index & Middleware Coverage
212

313
### Highlights

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "code-index-mcp"
7-
version = "2.5.0"
7+
version = "2.5.1"
88
description = "Code indexing and analysis tools for LLMs using MCP"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/code_index_mcp/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
A Model Context Protocol server for code indexing, searching, and analysis.
44
"""
55

6-
__version__ = "2.5.0"
7-
6+
__version__ = "2.5.1"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)