We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a118372 commit 764d9cfCopy full SHA for 764d9cf
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [1.2.0] - 2025-03-05
4
+### ✨ Features
5
+- 🚀 Add GitHub Actions workflow for automatic release creation
6
+- 🔧 Fix model property access in AI service
7
+- 🚀 Improve CLI test coverage
8
+
9
## [1.1.0] - 2025-03-05
10
### ✨ Features
11
- ✨ feat: add local metrics and usage statistics
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "commitloom"
-version = "1.1.0"
+version = "1.2.0"
description = "Weave perfect git commits with AI-powered intelligence"
authors = ["Petru Arakiss <petruarakiss@gmail.com>"]
readme = "README.md"
0 commit comments