Skip to content

Commit ab0c263

Browse files
chore(release): v1.1.1
1 parent 14c211d commit ab0c263

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
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.1.1 (2025-06-19)
6+
7+
### Bug Fixes
8+
- fix(docs): update project description and shields in README.md ([`14c211d`](https://github.com/andyvandaric/avcmt-py/commit/14c211d))
9+
10+
511
## v1.1.0 (2025-06-18)
612

713
### Features

pyproject.toml

Lines changed: 8 additions & 8 deletions
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.1.0"
7+
version = "1.1.1"
88
description = "avcmt-py: AI-Powered Semantic Release Style Git Commit Automation for Python Project."
99
authors = [ "Andy Vandaric <andyvandaric@gmail.com>",]
1010
license = "Apache-2.0"
@@ -39,13 +39,6 @@ helper = "scripts.helper:main"
3939
preflight = "scripts.preflight:main"
4040
semrel = "scripts.semrel:main"
4141

42-
[tool.avcmt.release]
43-
version_path = "pyproject.toml:tool.poetry.version"
44-
changelog_file = "CHANGELOG.md"
45-
branch = "main"
46-
publish_to_pypi = true
47-
repo_url = "https://github.com/andyvandaric/avcmt-py"
48-
4942
[tool.ruff.lint]
5043
preview = true
5144
select = [ "E", "F", "I", "N", "UP", "B", "C90", "SIM", "TID", "PL", "PTH", "NPY", "PD", "PERF", "RUF",]
@@ -56,6 +49,13 @@ ignore = [ "D", "ANN", "COM812", "ISC001", "T201", "S603", "S607", "S404", "PTH"
5649
quote-style = "double"
5750
indent-style = "space"
5851

52+
[tool.avcmt.release]
53+
version_path = "pyproject.toml:tool.poetry.version"
54+
changelog_file = "CHANGELOG.md"
55+
branch = "main"
56+
publish_to_pypi = true
57+
repo_url = "https://github.com/andyvandaric/avcmt-py"
58+
5959
[tool.ruff.lint.per-file-ignores]
6060
"__init__.py" = [ "F401",]
6161

0 commit comments

Comments
 (0)