Skip to content

Commit 6dc5e12

Browse files
Add CHANGELOG for v1.0.0 release
1 parent e400be3 commit 6dc5e12

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 2025-04-19
9+
10+
### Added
11+
- Initial release of MCP Git Enhanced Server
12+
- `git_diff` tool - Analyze code changes between commits, branches, or working directory
13+
- `git_log` tool - Commit history analysis with filtering and statistics
14+
- `git_branch` tool - Branch management with list, compare, and cleanup suggestions
15+
- `git_status` tool - Comprehensive repository status overview
16+
- `git_commit_analyze` tool - Detailed single commit inspection
17+
- Full TypeScript support with strict mode
18+
- MCP SDK integration
19+
- Claude Code configuration example
20+
- GitHub Actions CI workflow
21+
- MIT License
22+
- Comprehensive documentation and examples
23+
24+
[1.0.0]: https://github.com/davidweb3-ctrl/mcp-git-enhanced/releases/tag/v1.0.0

0 commit comments

Comments
 (0)