@@ -6,6 +6,47 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
7
7
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
8
9
+ ## [ 1.1.0] - 2025-04-17
10
+
11
+ ### ✨ Added
12
+
13
+ - ✨ Add Model Context Protocol (MCP) server integration with stdio transport (22cabd4c)
14
+ - 🔧 Add Server-Sent Events (SSE) transport for MCP server with network binding control (72c1651a)
15
+ - ✨ Add changelog, commit, and code review tools to MCP implementation (f64ba1f8, 251b0704, 67d0b8df)
16
+ - 🌐 Add remote repository support for working with repositories without manual checkout (3800d04c)
17
+ - ✨ Add project configuration command for team-shared settings via .irisconfig files (873c63aa)
18
+ - ✨ Add changelog file update functionality with automatic CHANGELOG.md management (0bc59d8e)
19
+ - ✨ Add generic text analyzer for improved support of various text file formats (e2ecaca3)
20
+ - ✨ Support explicit version name for changelog and release notes generation (67d9ead4)
21
+ - ✨ Integrate automatic changelog generation in release script (2141b7ae)
22
+ - ✨ Add quiet mode and custom log file options for CI/CD environments (48db0ca4)
23
+ - 🐳 Add Docker support with multi-stage build and configuration (3db4460c)
24
+ - 🚀 Add publish workflow to Docker Hub and crates.io in CI/CD pipeline (37007eb2)
25
+ - 🔧 Optimize CI workflow with artifact caching and sharing between jobs (a510cc58)
26
+
27
+ ### 🔄 Changed
28
+
29
+ - ♻️ Refactor git module into structured submodules for better organization (62e698f2)
30
+ - ♻️ Refactor MCP architecture with improved tool structure and GitIrisHandler (891c4167)
31
+ - ♻️ Refactor MCP tools with shared GitIrisTool trait and utilities (6ad8c84b)
32
+ - 🔧 Make repository parameter required in MCP tools for improved reliability (c875eced)
33
+ - 🔧 Reorganize Cargo.toml structure and expand keywords for better discoverability (b33b61e7)
34
+ - 🔄 Update default LLM models to latest versions (gpt-4.1 and claude-3-7-sonnet-latest) (2a5baf9c)
35
+ - ♻️ Update RMCP dependency to use released version 0.1.5 from crates.io (5f3cee93)
36
+
37
+ ### 🐛 Fixed
38
+
39
+ - ⬆️ Update dependencies to latest versions for security and compatibility (aff5be10)
40
+
41
+ ### 📊 Metrics
42
+
43
+ - Total Commits: 30
44
+ - Files Changed: 171
45
+ - Insertions: 10468
46
+ - Deletions: 2836
47
+
48
+ <!-- -------------------------------------------------------------- -->
49
+
9
50
## [ 1.0.1] - 2025-03-30
10
51
11
52
### ✨ Added
0 commit comments