Skip to content

Commit 2e35c7b

Browse files
committed
🚀 Release version 1.1.0
1 parent d77fd02 commit 2e35c7b

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

Diff for: CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,45 @@ 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+
- ✨ Support explicit version name for changelog and release notes with new --version-name option (67d9ead)
14+
- ✨ Add Model Context Protocol (MCP) server integration with stdio and SSE transport options (22cabd4, 72c1651)
15+
- ✨ Implement MCP tools for commit messages, code reviews, changelogs, and release notes (251b070, f64ba1f, 67d0b8d, 891c416)
16+
- ✨ Add remote repository support for working with Git repos without manual checkout (3800d04)
17+
- ✨ Add project configuration command for team-shared settings via .irisconfig files (873c63a)
18+
- ✨ Add changelog file update functionality with --update and --file flags (0bc59d8)
19+
- ✨ Add GenericTextAnalyzer for improved text file support (e2ecaca)
20+
- ✨ Add quiet mode (--quiet/-q) and custom log file options (--log-file) (48db0ca)
21+
- 🐳 Add Docker support with multi-stage build for containerized usage (3db4460)
22+
- 🚀 Add publish workflow to Docker Hub and crates.io in CI/CD pipeline (37007eb)
23+
- 📝 Add project-specific configuration documentation (43d6611)
24+
- 📝 Add detailed changelog entries for versions 0.9.0 through 1.0.1 (46e4ad6)
25+
- ♻️ Refactor git module into specialized submodules for better organization (62e698f)
26+
27+
### 🔄 Changed
28+
29+
- 🔧 Make repository parameter required in MCP tools for improved reliability (c875ece)
30+
- 🔧 Reorganize Cargo.toml structure for better readability and discoverability (b33b61e)
31+
- 📝 Improve package description and keywords in Cargo.toml (d77fd02)
32+
- ♻️ Update RMCP dependency to use released version 0.1.5 instead of git dependency (2273811)
33+
34+
### 🐛 Fixed
35+
36+
- ⬆️ Update dependencies to their latest compatible versions (aff5be1)
37+
- 🔄 Update default LLM models to latest versions (OpenAI gpt-4.1, Anthropic claude-3-7-sonnet-latest) (2a5baf9)
38+
39+
### 📊 Metrics
40+
41+
- Total Commits: 30
42+
- Files Changed: 171
43+
- Insertions: 10405
44+
- Deletions: 2825
45+
46+
<!-- -------------------------------------------------------------- -->
47+
948
## [1.0.1] - 2025-03-30
1049

1150
### ✨ 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-powered Git workflow assistant for smart commits, code reviews, changelogs, and release notes"

0 commit comments

Comments
 (0)