Skip to content

Commit 8e362d4

Browse files
committed
chore: bump version to 2.1.1 and update changelog
1 parent e81cec8 commit 8e362d4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.1.1] - 2025-01-15
6+
7+
### Fixed
8+
- **SCIP Java Strategy**: Simplified Java symbol analysis implementation
9+
- Refactored JavaStrategy to use streamlined symbol registration methods
10+
- Removed complex JavaAnalyzer and JavaRelationshipExtractor classes
11+
- Fixed symbol creation with basic identifier extraction
12+
- Removed relationships summary calculation that was causing issues
13+
- Added back to_scip_relationships method for compatibility
14+
- Streamlined Java AST processing to focus on core symbol definitions
15+
16+
### Improved
17+
- **Code Maintainability**: Significantly reduced complexity in Java SCIP processing
18+
- **Performance**: Faster Java file analysis with simplified approach
19+
- **Reliability**: More stable symbol extraction without complex relationship tracking
20+
521
## [2.1.0] - 2025-01-13
622

723
### Major SCIP Architecture Enhancement

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.1.0"
7+
version = "2.1.1"
88
description = "Code indexing and analysis tools for LLMs using MCP"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)