Skip to content

Commit 764d9cf

Browse files
committed
build: bump version to 1.2.0
Prepare release 1.2.0 with metrics enhancements
1 parent a118372 commit 764d9cf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [1.1.0] - 2025-03-05
410
### ✨ Features
511
- ✨ feat: add local metrics and usage statistics

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "commitloom"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Weave perfect git commits with AI-powered intelligence"
55
authors = ["Petru Arakiss <petruarakiss@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)