We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eadc294 commit 7ba3d22Copy full SHA for 7ba3d22
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!-- avcmt-release-marker -->
4
5
+## v1.7.0 (2025-06-21)
6
+
7
+### 🚀 Features
8
+- **feat(docs):** Introduce AI-powered docstring generation module ([`eadc294`](https://github.com/andyvandaric/avcmt-py/commit/eadc294))
9
## v1.6.0 (2025-06-20)
10
11
### 🚀 Features
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "avcmt-py"
-version = "1.6.0"
+version = "1.7.0"
description = "avcmt-py: AI-Powered Semantic Release Style Git Commit Automation for Python Project."
authors = [ "Andy Vandaric <andyvandaric@gmail.com>",]
license = "Apache-2.0"
0 commit comments