Skip to content

Commit 17c06f9

Browse files
committed
🚀 Release version 1.2.0
1 parent 80fb3d2 commit 17c06f9

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 (00de58d, bb4c7c5)
14+
- ♻️ Refactor test suite into modular structure with centralized utilities (bfde84a, a0766c6)
15+
- 🔧 Configure ARM64 cross-compilation for CI/CD with multi-architecture package builds (80fb3d2, c4aa152)
16+
- ✨ Add branch comparison reviews with --from and --to flags (bb4c7c5)
17+
- ✨ Add release notes generation to release script with automatic display (00235a3)
18+
- 👕 Add comprehensive clippy lints for code quality enforcement (a6bbdae)
19+
- ✅ Standardize default branch name to 'main' in test setup (2dbd0de)
20+
21+
### 🔄 Changed
22+
23+
- ♻️ Replace once_cell with std::sync::LazyLock throughout codebase (74c7a35)
24+
- 🔨 Update default models for Anthropic (claude-sonnet-4-20250514) and Google (gemini-2.5-pro-preview-06-05) (dea86d5)
25+
- 🚨 Fix clippy lints across codebase with consistent UI output handling (017823a)
26+
- fix(commit): Improve conventional commits structure by auto-disabling gitmoji (902265f)
27+
28+
### 🐛 Fixed
29+
30+
- 🐛 Fix default provider configuration saving to ensure changes persist (52ef008)
31+
- 🐛 Fix .git exclusion pattern to preserve .github files while excluding .git directory (274dec6)
32+
33+
### 🗑️ Removed
34+
35+
- 🔨 Remove unnecessary .cargo directory copy from Dockerfile (7be33ad)
36+
- 📦 Remove global rustflags config in favor of per-build settings (c4aa152)
37+
38+
### 📊 Metrics
39+
40+
- Total Commits: 16
41+
- Files Changed: 127
42+
- Insertions: 6846
43+
- Deletions: 3329
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)