Skip to content

Commit 151a6f7

Browse files
committed
🚀 Release version 1.2.0
1 parent 2fae4b7 commit 151a6f7

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,43 @@ 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.2.0] - 2025-06-08
10+
11+
### ✨ Added
12+
13+
- ✨ Add pull request description generation with branch comparison support and MCP integration (00de58d)
14+
- ✅ Reorganize test suite into modular structure with focused test modules and shared utilities (bfde84a, a0766c6)
15+
- ✨ Add support for branch comparison reviews with --from and --to flags (bb4c7c5)
16+
- 📦 Add multi-architecture support for package builds with ARM64 (aarch64) target (c4aa152, 2fae4b7)
17+
- ✨ Add release notes generation to release script with automatic display after completion (00235a3)
18+
- 👕 Add comprehensive clippy lints for code quality including development, async, and efficiency lints (a6bbdae)
19+
20+
### 🔄 Changed
21+
22+
- ♻️ Replace once_cell with std::sync::LazyLock across codebase to use standard library improvements (74c7a35)
23+
- 🔨 Update default models for Anthropic (claude-sonnet-4-20250514) and Google (gemini-2.5-pro-preview-06-05) (dea86d5)
24+
- 🚨 Fix clippy lints across codebase with consistent UI output handling and improved string formatting (017823a)
25+
- fix(commit): improve conventional commits structure by automatically disabling gitmoji for strict compliance (902265f)
26+
- ✅ Standardize default branch name to 'main' in test setup for consistency across Git environments (2dbd0de)
27+
28+
### 🐛 Fixed
29+
30+
- 🐛 Fix default provider configuration saving to ensure changes are properly persisted (52ef008)
31+
- 🐛 Fix .git exclusion pattern to allow .github files while excluding .git directory (274dec6)
32+
33+
### 🗑️ Removed
34+
35+
- 🔨 Remove .cargo directory copy from Dockerfile to simplify build process (7be33ad)
36+
37+
### 📊 Metrics
38+
39+
- Total Commits: 16
40+
- Files Changed: 127
41+
- Insertions: 6853
42+
- Deletions: 3329
43+
44+
<!-- -------------------------------------------------------------- -->
45+
946
## [1.1.0] - 2025-04-17
1047

1148
### ✨ Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-iris"
3-
version = "1.1.0"
3+
version = "1.2.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)