Skip to content

Commit c4f8ccb

Browse files
committed
🚀 Release version 1.1.0
1 parent d0f8c01 commit c4f8ccb

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

Diff for: CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,44 @@ 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 support for explicit version name in changelog and release notes (67d9ead)
14+
- 🔧 Add project configuration command for team-shared settings (873c63a)
15+
- 🐳 Add Docker support with multi-stage builds and container configuration (3db4460)
16+
- 🌐 Add remote repository support for distributed workflows (3800d04)
17+
- ✨ Integrate Model Context Protocol (MCP) server functionality (22cabd4, 72c1651, 891c417, f64ba1f, 251b070, 67d0b8d, 6ad8c84, 7650023)
18+
- 📝 Add comprehensive project configuration documentation (43d6611, fc6893e)
19+
- ✨ Add quiet mode and custom log file options for CI/CD integration (48db0ca)
20+
- ✨ Add changelog file update functionality with CHANGELOG.md support (0bc59d8)
21+
- 📝 Add detailed changelog entries for previous versions (0.9.0-1.0.1) (46e4ad6)
22+
- ✨ Implement automatic changelog generation in release script (d0f8c01)
23+
- 🚀 Add publish workflow to CI/CD pipeline for Docker Hub and crates.io (37007eb)
24+
- ✨ Add GenericTextAnalyzer for improved text file support (e2ecaca)
25+
26+
### 🔄 Changed
27+
28+
- ♻️ Refactor git module into structured submodules for better organization (62e698f)
29+
- 🔧 Reorganize Cargo.toml structure and expand keywords for better discoverability (b33b61e)
30+
- 🎨 Refactor code formatting for consistency across file analyzers (14584f1)
31+
- 🔄 Update default LLM models to latest versions (gpt-4.1 and claude-3-7-sonnet-latest) (2a5baf9)
32+
- 🔧 Make repository parameter required in MCP tools for improved reliability (c875ece)
33+
34+
### 🐛 Fixed
35+
36+
- ⬆️ Update dependencies to latest compatible versions (aff5be1)
37+
38+
### 📊 Metrics
39+
40+
- Total Commits: 28
41+
- Files Changed: 163
42+
- Insertions: 10425
43+
- Deletions: 2805
44+
45+
<!-- -------------------------------------------------------------- -->
46+
947
## [1.0.1] - 2025-03-30
1048

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