File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v0.9.0 (2025-08-25)
2+
3+ ### Feat
4+
5+ - add github action (#80 )
6+
7+ ### Fix
8+
9+ - make ai model optional in github action (#82 )
10+ - add verbosity to gh action (#81 )
11+
12+ ### Refactor
13+
14+ - use jinja for comments instead of inline string formatting (#84 )
15+
16+ ### Technical
17+
18+ - bump the patch-updates group with 2 updates (#87 )
19+ - bump the patch-updates group with 2 updates (#83 )
20+
121## v0.8.1 (2025-08-12)
222
323### Fix
Original file line number Diff line number Diff line change 11[project ]
22name = " lgtm-ai"
3- version = " 0.8.1 "
3+ version = " 0.9.0 "
44description = " Your AI-powered code review companion"
55authors = [
66 {
name =
" Sergio Castillo Lara" ,
email =
" [email protected] " },
@@ -145,7 +145,7 @@ exclude_lines = [
145145[tool .commitizen ]
146146version_files = [" pyproject.toml:^version" ]
147147name = " cz_customize"
148- version = " 0.8.1 "
148+ version = " 0.9.0 "
149149tag_format = " v$version"
150150
151151[tool .commitizen .customize ]
You can’t perform that action at this time.
0 commit comments