Skip to content

Commit cc4dbbe

Browse files
committed
chore: prepare v0.4.2 release
This release introduces a major architectural improvement with a pluggable analyzer system while maintaining full backwards compatibility. Version updates: - Bump version to 0.4.2 in pyproject.toml - Update CLAUDE.md with v0.4.2 features and improvements - Add comprehensive CHANGELOG.md documenting all releases Key features in v0.4.2: - Pluggable analyzer architecture with factory pattern - Standardized AnalysisResult for consistent output - Language-specific analyzers (Python, JavaScript, Java, Objective-C) - Improved code quality with PEP 8 compliance - Performance optimizations with regex pre-compilation - Better error handling and type safety The new architecture removes 248 lines of duplicated code while improving maintainability and extensibility for future language support.
1 parent ccf0c23 commit cc4dbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "0.4.1"
7+
version = "0.4.2"
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)