Skip to content

Commit 30e8ccc

Browse files
chore(release): v1.6.0
1 parent f8ba6d6 commit 30e8ccc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<!-- avcmt-release-marker -->
44

5+
## v1.6.0 (2025-06-20)
6+
7+
### 🚀 Features
8+
- **feat(avcmt modules):** enhance commit handling with remote sync awareness and smarter state checks ([`9a88061`](https://github.com/andyvandaric/avcmt-py/commit/9a88061))
9+
- **feat(avcmt):** improve logging setup with handler clearing and detailed formatter ([`e7d4dd2`](https://github.com/andyvandaric/avcmt-py/commit/e7d4dd2))
10+
11+
### 🐛 Bug Fixes
12+
- **fix(commit):** fix staging logic for multi-group commits ([`351c65b`](https://github.com/andyvandaric/avcmt-py/commit/351c65b))
13+
14+
### 🧹 Chores
15+
- **chore(avcmt/modules):** refactor commit generation process for better readability and robustness ([`4aede0d`](https://github.com/andyvandaric/avcmt-py/commit/4aede0d))
16+
- **chore(avcmt/cli):** add comment line to commit.py file ([`ad804ba`](https://github.com/andyvandaric/avcmt-py/commit/ad804ba))
17+
18+
### 📦 Others
19+
- **other:** Merge pull request #6 from andyvandaric/fix/commit-group-staging ([`f8ba6d6`](https://github.com/andyvandaric/avcmt-py/commit/f8ba6d6))
520
## v1.5.1 (2025-06-19)
621

722
### 🐛 Bug Fixes

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.5.1"
7+
version = "1.6.0"
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)