Skip to content

Commit 4747b61

Browse files
committed
🚀 Release version 1.1.0
1 parent 2141b7a commit 4747b61

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

Diff for: CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,49 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

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)
20+
- ✨ Add changelog file update functionality with automatic CHANGELOG.md updates (0bc59d8e)
21+
- ✨ Integrate automatic changelog generation in release script (2141b7ae)
22+
- ✨ Add quiet mode (--quiet/-q) and custom log file options (--log-file) (48db0ca4)
23+
- 🔧 Add SSE transport for Model Context Protocol with network binding control (72c1651a)
24+
- 📝 Add project-specific configuration documentation with .irisconfig usage guide (43d6611f)
25+
- 📝 Update CHANGELOG with detailed release history for versions 0.9.0 through 1.0.1 (46e4ad6e)
26+
- 📝 Update MCP documentation with accurate transport information and usage examples (3c66fb29)
27+
- ✨ Add GenericTextAnalyzer for improved handling of various text file formats (e2ecaca3)
28+
29+
### 🔄 Changed
30+
31+
- ♻️ Refactor git module into structured submodules with better organization (62e698f2)
32+
- ♻️ Refactor MCP architecture with improved tool structure and type-safe handling (891c4167)
33+
- ♻️ Refactor MCP tools with shared GitIrisTool trait and utilities (6ad8c84b)
34+
- 🎨 Refactor code formatting for consistency across file analyzers (14584f1e)
35+
- 🔧 Reorganize Cargo.toml structure and expand keywords for better discoverability (b33b61e7)
36+
- 🔄 Update default LLM models to latest versions (OpenAI gpt-4.1, Anthropic claude-3-7-sonnet-latest) (2a5baf9c)
37+
- 🔧 Make repository parameter required in MCP tools for improved reliability (c875eced)
38+
39+
### 🐛 Fixed
40+
41+
- ⬆️ Update dependencies to latest compatible versions for security and performance (aff5be10)
42+
43+
### 📊 Metrics
44+
45+
- Total Commits: 28
46+
- Files Changed: 163
47+
- Insertions: 10391
48+
- Deletions: 2805
49+
50+
<!-- -------------------------------------------------------------- -->
51+
952
## [1.0.1] - 2025-03-30
1053

1154
### ✨ Added

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-iris"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
edition = "2024"
55
authors = ["Stefanie Jane <[email protected]>"]
66
description = "AI-assisted Git workflow"

0 commit comments

Comments
 (0)