Skip to content

Commit 27e92ad

Browse files
committed
🚀 Release version 1.2.0
1 parent a1f89ee commit 27e92ad

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,42 @@ 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 PR description generation with branch comparison support and MCP integration (00de58d)
14+
- ✨ Add support for branch comparison reviews with --from and --to flags (bb4c7c5)
15+
- ♻️ Refactor test suite to use centralized infrastructure with MockDataBuilder and TestAssertions (a0766c6)
16+
- ✅ Reorganize test suite into modular structure with focused test modules (bfde84a)
17+
- 📦 Add multi-architecture support for package builds with ARM64 (aarch64) target (c4aa152)
18+
- 🔧 Fix ARM64 cross-compilation with OpenSSL static linking for cleaner builds (a1f89ee)
19+
- ✨ Add release notes generation to release script with formatted display (00235a3)
20+
- 👕 Add comprehensive clippy lints for code quality with development and async-specific rules (a6bbdae)
21+
- ✅ Standardize default branch name in test setup to use 'main' consistently (2dbd0de)
22+
23+
### 🔄 Changed
24+
25+
- ♻️ Replace once_cell with std::sync::LazyLock across codebase to reduce external dependencies (74c7a35)
26+
- 🚨 Fix clippy lints across codebase with consistent UI output handling and improved string formatting (017823a)
27+
- 🔨 Update default models for Anthropic and Google providers to more recent versions (dea86d5)
28+
- 🐛 Fix default provider configuration saving to properly track and persist changes (52ef008)
29+
- 🐛 Fix .git exclusion pattern to allow .github files while excluding .git directory (274dec6)
30+
- fix(commit): improve conventional commits structure by auto-disabling gitmoji for strict compliance (902265f)
31+
32+
### 🗑️ Removed
33+
34+
- 🔨 Remove .cargo directory copy from Dockerfile to simplify build process (7be33ad)
35+
36+
### 📊 Metrics
37+
38+
- Total Commits: 16
39+
- Files Changed: 127
40+
- Insertions: 6843
41+
- Deletions: 3329
42+
43+
<!-- -------------------------------------------------------------- -->
44+
945
## [1.1.0] - 2025-04-17
1046

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