@@ -6,6 +6,44 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
7
7
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
8
9
+ ## [ 1.1.0] - 2025-04-16
10
+
11
+ ### ✨ Added
12
+
13
+ - ✨ Add support for explicit version name in changelog and release notes (67d9ead)
14
+ - 🔧 Add project configuration command for team-shared settings (873c63a)
15
+ - 🐳 Add Docker support with multi-stage builds and container configuration (3db4460)
16
+ - 🌐 Add remote repository support for distributed workflows (3800d04)
17
+ - ✨ Integrate Model Context Protocol (MCP) server functionality (22cabd4, 72c1651, 891c417, f64ba1f, 251b070, 67d0b8d, 6ad8c84, 7650023)
18
+ - 📝 Add comprehensive project configuration documentation (43d6611, fc6893e)
19
+ - ✨ Add quiet mode and custom log file options for CI/CD integration (48db0ca)
20
+ - ✨ Add changelog file update functionality with CHANGELOG.md support (0bc59d8)
21
+ - 📝 Add detailed changelog entries for previous versions (0.9.0-1.0.1) (46e4ad6)
22
+ - ✨ Implement automatic changelog generation in release script (d0f8c01)
23
+ - 🚀 Add publish workflow to CI/CD pipeline for Docker Hub and crates.io (37007eb)
24
+ - ✨ Add GenericTextAnalyzer for improved text file support (e2ecaca)
25
+
26
+ ### 🔄 Changed
27
+
28
+ - ♻️ Refactor git module into structured submodules for better organization (62e698f)
29
+ - 🔧 Reorganize Cargo.toml structure and expand keywords for better discoverability (b33b61e)
30
+ - 🎨 Refactor code formatting for consistency across file analyzers (14584f1)
31
+ - 🔄 Update default LLM models to latest versions (gpt-4.1 and claude-3-7-sonnet-latest) (2a5baf9)
32
+ - 🔧 Make repository parameter required in MCP tools for improved reliability (c875ece)
33
+
34
+ ### 🐛 Fixed
35
+
36
+ - ⬆️ Update dependencies to latest compatible versions (aff5be1)
37
+
38
+ ### 📊 Metrics
39
+
40
+ - Total Commits: 28
41
+ - Files Changed: 163
42
+ - Insertions: 10425
43
+ - Deletions: 2805
44
+
45
+ <!-- -------------------------------------------------------------- -->
46
+
9
47
## [ 1.0.1] - 2025-03-30
10
48
11
49
### ✨ Added
0 commit comments