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 216f28c commit 8a3586eCopy full SHA for 8a3586e
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!-- version list -->
4
5
+## v1.4.1 (2025-06-19)
6
+
7
+### Bug Fixes
8
+- fix(cli): simplify version output in release process ([`216f28c`](https://github.com/andyvandaric/avcmt-py/commit/216f28c))
9
10
11
## v1.4.0 (2025-06-19)
12
13
### Features
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "avcmt-py"
-version = "1.4.0"
+version = "1.4.1"
description = "avcmt-py: AI-Powered Semantic Release Style Git Commit Automation for Python Project."
authors = [ "Andy Vandaric <[email protected]>",]
license = "Apache-2.0"
0 commit comments