Skip to content

Commit 8a3586e

Browse files
chore(release): v1.4.1
1 parent 216f28c commit 8a3586e

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
@@ -2,6 +2,12 @@
22

33
<!-- version list -->
44

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+
511
## v1.4.0 (2025-06-19)
612

713
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "avcmt-py"
7-
version = "1.4.0"
7+
version = "1.4.1"
88
description = "avcmt-py: AI-Powered Semantic Release Style Git Commit Automation for Python Project."
99
authors = [ "Andy Vandaric <[email protected]>",]
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)