Skip to content

Commit ba3bd97

Browse files
committed
🚀 Release version 1.1.0
1 parent 2273811 commit ba3bd97

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

Diff for: CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,46 @@ 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-17
10+
11+
### ✨ Added
12+
13+
- ✨ Add Model Context Protocol (MCP) server integration for seamless AI tool connectivity (22cabd4c)
14+
- ✨ Add changelog, commit, and code review tools to MCP implementation (f64ba1f8, 251b0704, 67d0b8df)
15+
- 🌐 Add remote repository support for distributed workflows (3800d04c)
16+
- 🔧 Add SSE transport for MCP server (72c1651a)
17+
- 🐳 Add Docker support with multi-stage builds and CI/CD integration (3db4460c, 37007eb2)
18+
- ✨ Add project configuration command for team-shared settings (873c63aa)
19+
- ✨ Add changelog file update functionality (0bc59d8e)
20+
- ✨ Add generic text analyzer for improved file support (e2ecaca3)
21+
- ✨ Add quiet mode and custom log file options (48db0ca4)
22+
- ✨ Support explicit version name for changelog and release notes (67d9ead4)
23+
- ✨ Integrate automatic changelog generation in release script (2141b7ae)
24+
- 📝 Add project-specific configuration documentation (43d6611f)
25+
- 📝 Update MCP documentation and README with improved descriptions (3c66fb29)
26+
- 📝 Update documentation with project configuration details (fc6893ea)
27+
- 📝 Update CHANGELOG with release history from v0.9.0 through v1.0.1 (46e4ad6e)
28+
29+
### 🔄 Changed
30+
31+
- 🔧 Make repository parameter required in MCP tools for improved reliability (c875eced)
32+
- 🔧 Reorganize Cargo.toml structure and expand keywords for better discoverability (b33b61e7)
33+
- 🔄 Update default LLM models to latest versions (OpenAI gpt-4.1, Anthropic claude-3-7-sonnet-latest) (2a5baf9c)
34+
- ♻️ Update RMCP dependency to use released version 0.1.5 instead of git dependency (2273811a)
35+
36+
### 🐛 Fixed
37+
38+
- ⬆️ Update dependencies to latest versions for security and compatibility (aff5be10)
39+
40+
### 📊 Metrics
41+
42+
- Total Commits: 29
43+
- Files Changed: 170
44+
- Insertions: 10403
45+
- Deletions: 2823
46+
47+
<!-- -------------------------------------------------------------- -->
48+
949
## [1.0.1] - 2025-03-30
1050

1151
### ✨ 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)