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 5eee403 commit e22e447Copy full SHA for e22e447
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [1.2.3] - 2025-03-05
4
+### 🛠️ Fixes
5
+- Fix auto-release workflow to correctly detect version bump commits
6
+- Add verbose output to PyPI publish workflow for better diagnostics
7
+
8
## [1.2.2] - 2025-03-05
9
### 🛠️ Fixes
10
- Update publish workflow to trigger on both published and created releases
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "commitloom"
-version = "1.2.2"
+version = "1.2.3"
description = "Weave perfect git commits with AI-powered intelligence"
authors = ["Petru Arakiss <petruarakiss@gmail.com>"]
readme = "README.md"
0 commit comments