Skip to content

Commit 31d282f

Browse files
committed
🚀 Release version 1.2.0
1 parent 0a202d6 commit 31d282f

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
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.2.0] - 2025-06-08
10+
11+
### ✨ Added
12+
13+
- ✨ Add PR description generation with branch comparison support and MCP integration (00de58d, bb4c7c5)
14+
- ✅ Reorganize test suite into modular structure with centralized infrastructure 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 including ARM64 (aarch64) target (c4aa152)
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 checks (a6bbdae)
19+
- ✅ Standardize default branch name to 'main' in test setup for environment consistency (2dbd0de)
20+
21+
### 🔄 Changed
22+
23+
- ♻️ Replace once_cell with std::sync::LazyLock across codebase to reduce external dependencies (74c7a35)
24+
- 🚨 Fix clippy lints across codebase with consistent UI output handling and improved string formatting (017823a)
25+
- 🔨 Update default models for Anthropic (claude-sonnet-4-20250514) and Google (gemini-2.5-pro-preview-06-05) (dea86d5)
26+
- fix(commit): Automatically disable gitmoji when using conventional commits preset for strict specification compliance (902265f)
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 properly excluding .git directory (274dec6)
32+
33+
### 🗑️ Removed
34+
35+
- 🔧 Remove ARM64 Linux build target from CI pipeline to address cross-compilation failures (0a202d6)
36+
- 🔨 Remove unnecessary .cargo directory copy from Dockerfile to simplify build process (7be33ad)
37+
38+
### 📊 Metrics
39+
40+
- Total Commits: 16
41+
- Files Changed: 127
42+
- Insertions: 6838
43+
- Deletions: 3335
44+
45+
<!-- -------------------------------------------------------------- -->
46+
947
## [1.1.0] - 2025-04-17
1048

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