Skip to content

Commit f9494d8

Browse files
ktnytclaude
andcommitted
🚀 release: v0.5.3 - community contributions and rename fix
This release includes important community contributions: - Fixed rename operations with modern LSP servers like gopls (#11) - Added MseeP.ai badge to improve project visibility (#4) Special thanks to @secondcircle, @lwsinclair, and @maschwenk for their contributions! 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 5520ce6 commit f9494d8

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.3] - 2025-08-16
9+
10+
### Fixed
11+
12+
- **Rename Operations**: Fixed rename operations with modern LSP servers like gopls that use DocumentChanges format (PR #11 by @secondcircle)
13+
- Now properly handles both WorkspaceEdit and DocumentChanges response formats
14+
- Improved compatibility with language servers using the newer LSP specification
15+
16+
### Documentation
17+
18+
- Updated MCP tools documentation to match current implementation
19+
- Added MseeP.ai badge to README (PR #4 by @lwsinclair)
20+
21+
### Community Contributions
22+
23+
Special thanks to our contributors for this release:
24+
- @secondcircle for fixing the critical rename operation issue with modern LSP servers (#11)
25+
- @lwsinclair for adding the MseeP.ai badge to improve project visibility (#4)
26+
- @maschwenk for the rootDir preloading fix in the previous release (#5)
27+
28+
Your contributions help make cclsp better for everyone! 🙏
29+
830
## [0.5.2] - 2025-08-04
931

1032
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cclsp",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "MCP server for accessing LSP functionality",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)