Skip to content

Commit c5b7b0f

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

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 pull request description generation with branch comparison support (00de58d, bb4c7c5)
14+
- ♻️ Implement centralized test infrastructure with modular test suite organization (a0766c6, bfde84a)
15+
- 🔧 Configure ARM64 cross-compilation support for multi-architecture builds (80fb3d2, c4aa152)
16+
- ✨ Add branch comparison functionality for code reviews (bb4c7c5)
17+
- ✨ Add release notes generation to release script with automatic display (00235a3)
18+
- 👕 Add comprehensive clippy lints for improved code quality enforcement (a6bbdae)
19+
- ✅ Standardize test setup with 'main' branch naming consistency (2dbd0de)
20+
21+
### 🔄 Changed
22+
23+
- ♻️ Replace once_cell dependency with std::sync::LazyLock for better standard library alignment (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) providers (dea86d5)
26+
- 🐛 Improve conventional commits structure by automatically disabling gitmoji for strict compliance (902265f)
27+
28+
### 🐛 Fixed
29+
30+
- 🐛 Fix default provider configuration saving to ensure changes persist to config files (52ef008)
31+
- 🐛 Fix .git exclusion pattern to properly exclude .git directory while preserving .github files (274dec6)
32+
33+
### 🗑️ Removed
34+
35+
- 🔨 Remove unnecessary .cargo directory copy from Dockerfile to simplify build process (7be33ad)
36+
- 📦 Remove global rustflags config in favor of per-build architecture 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)