@@ -6,6 +6,44 @@ All notable changes to this project will be documented in this file.
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
77and 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
0 commit comments