You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,49 @@ 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-16
10
+
11
+
### ✨ Added
12
+
13
+
- ✨ Add Model Context Protocol (MCP) server integration for AI tool integration with Claude Desktop, Cursor, and other MCP-compatible clients (22cabd4c)
14
+
- 🌐 Add remote repository support allowing operations on repositories without manual checkout (3800d04c)
15
+
- 🐳 Add Docker support with multi-stage build for containerized usage and CI/CD integration (3db4460c)
16
+
- 🚀 Add publish workflow to CI/CD pipeline for automated publishing to Docker Hub and crates.io (37007eb2)
17
+
- ✨ Add MCP tools for code review, commit message generation, and changelog generation (251b0704, f64ba1f8, 67d0b8df)
18
+
- ✨ Support explicit version name for changelog and release notes with --version-name option (67d9ead4)
19
+
- ✨ Add project configuration command for team-shared settings via .irisconfig files (873c63aa)
0 commit comments