Skip to content

Commit 7cd2812

Browse files
chore(release): v1.5.1
1 parent a9fcadd commit 7cd2812

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# CHANGELOG
22

3-
<!-- version list -->
3+
<!-- avcmt-release-marker -->
44

5+
## v1.5.1 (2025-06-19)
6+
7+
### 🐛 Bug Fixes
8+
- **fix(release_manager):** improve version file and changelog handling with validation and backward compatibility ([`a9fcadd`](https://github.com/andyvandaric/avcmt-py/commit/a9fcadd))
9+
- **fix(avcmt):** remove redundant render_prompt function and centralize Jinja2 environment setup ([`e896361`](https://github.com/andyvandaric/avcmt-py/commit/e896361))
10+
11+
### 🧹 Chores
12+
- **chore(avcmt/modules):** fix changelog update to handle empty marker correctly ([`e8d280d`](https://github.com/andyvandaric/avcmt-py/commit/e8d280d))
13+
14+
### 📦 Others
15+
- **other:** Merge pull request #5 from andyvandaric/fix/release_manager ([`fff2cc9`](https://github.com/andyvandaric/avcmt-py/commit/fff2cc9))
16+
- **other:** Merge pull request #4 from andyvandaric/feature/changelog ([`88b079f`](https://github.com/andyvandaric/avcmt-py/commit/88b079f))
517
## v1.5.0 (2025-06-19)
618

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