Skip to content

Commit 8bbcd63

Browse files
chore(release): v1.2.0
1 parent 32cc7d0 commit 8bbcd63

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.2.0 (2025-06-19)
6+
7+
### Features
8+
- feat(scripts): migrate project license to Apache 2.0 ([`52c5858`](https://github.com/andyvandaric/avcmt-py/commit/52c5858))
9+
10+
### Bug Fixes
11+
- fix!: add licensing headers to provider modules and init file ([`eca9ab3`](https://github.com/andyvandaric/avcmt-py/commit/eca9ab3))
12+
13+
### Refactoring
14+
- refactor(root): update LICENSE to Apache License 2.0 and add NOTICE file ([`ba9079e`](https://github.com/andyvandaric/avcmt-py/commit/ba9079e))
15+
16+
### Chores
17+
- Merge branch 'chore/test-apache-license-migration' ([`32cc7d0`](https://github.com/andyvandaric/avcmt-py/commit/32cc7d0))
18+
- chore(avcmt): add licensing headers to source files ([`e38174f`](https://github.com/andyvandaric/avcmt-py/commit/e38174f))
19+
20+
521
## v1.1.1 (2025-06-19)
622

723
### 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.1.1"
7+
version = "1.2.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)