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 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " avcmt-py"
7- version = " 1.1.1 "
7+ version = " 1.2.0 "
88description = " avcmt-py: AI-Powered Semantic Release Style Git Commit Automation for Python Project."
99authors = [ " Andy Vandaric <andyvandaric@gmail.com>" ,]
1010license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments