File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- version list -->
4
4
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
+
5
21
## v1.1.1 (2025-06-19)
6
22
7
23
### Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " avcmt-py"
7
- version = " 1.1.1 "
7
+ version = " 1.2.0 "
8
8
description = " avcmt-py: AI-Powered Semantic Release Style Git Commit Automation for Python Project."
9
9
authors = [
" Andy Vandaric <[email protected] >" ,]
10
10
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments