Skip to content

Commit df5a179

Browse files
chore(release): v1.5.0
1 parent 90bd4c5 commit df5a179

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.5.0 (2025-06-19)
6+
7+
### Features
8+
- feat(avcmt/modules): improve changed files detection to include deleted files and handle removals correctly ([`90bd4c5`](https://github.com/andyvandaric/avcmt-py/commit/90bd4c5))
9+
10+
### Chores
11+
- Merge branch 'main' of https://github.com/andyvandaric/avcmt-py ([`e2c742d`](https://github.com/andyvandaric/avcmt-py/commit/e2c742d))
12+
- chore: unused script ([`a5de3bf`](https://github.com/andyvandaric/avcmt-py/commit/a5de3bf))
13+
- Merge branch 'main' of https://github.com/andyvandaric/avcmt-py ([`c58c560`](https://github.com/andyvandaric/avcmt-py/commit/c58c560))
14+
- chore: unused script ([`7931c7d`](https://github.com/andyvandaric/avcmt-py/commit/7931c7d))
15+
16+
517
## v1.4.1 (2025-06-19)
618

719
### 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.4.1"
7+
version = "1.5.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)