File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v1.2.0 (2025-10-01)
2+
3+ ### Feat
4+
5+ - ** #150 ** : add mcp server with extra ` lgtm-ai[mcp] ` (#151 )
6+ - add support for claude sonnet 4.5 (#152 )
7+
8+ ### Fix
9+
10+ - don't exit with code 1 when there is nothing to review (#154 )
11+
12+ ### Perf
13+
14+ - compile regex for git diffs once (#149 )
15+
116## v1.1.2 (2025-09-29)
217
318### Fix
Original file line number Diff line number Diff line change 11[project ]
22name = " lgtm-ai"
3- version = " 1.1.2 "
3+ version = " 1.2.0 "
44description = " Your AI-powered code review companion"
55authors = [
66 {
name =
" Sergio Castillo Lara" ,
email =
" [email protected] " },
@@ -171,7 +171,7 @@ exclude_lines = [
171171[tool .commitizen ]
172172version_files = [" pyproject.toml:^version" ]
173173name = " cz_customize"
174- version = " 1.1.2 "
174+ version = " 1.2.0 "
175175tag_format = " v$version"
176176
177177[tool .commitizen .customize ]
You can’t perform that action at this time.
0 commit comments