Skip to content

Commit 6d9eb89

Browse files
Petru Cosmin Dumitruclaude
authored andcommitted
chore: bump version to 1.5.6
- Update version in pyproject.toml - Update version in commitloom/__init__.py - Add changelog entry for version 1.5.6 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d85d31a commit 6d9eb89

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## [1.5.6] - 2025-08-21
4+
5+
### ✨ Features
6+
- polish commit flow and AI service
7+
8+
### 🐛 Bug Fixes
9+
- explicit response check in API retries
10+
11+
### 🧪 Tests
12+
- improve coverage for new features
13+
314
## [1.5.5] - 2025-06-15
415

516

commitloom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .core.git import GitError, GitFile, GitOperations
66
from .services.ai_service import AIService, CommitSuggestion, TokenUsage
77

8-
__version__ = "1.5.5"
8+
__version__ = "1.5.6"
99
__author__ = "Petru Arakiss"
1010
__email__ = "petruarakiss@gmail.com"
1111

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.5.5"
3+
version = "1.5.6"
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)