File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v0.16.2 (2025-09-17)
2+
3+ ### Fix
4+
5+ - handle non-base64 encodings for github file contents (#139 )
6+
7+ ### Refactor
8+
9+ - simplify the cli functions and unify pydantic exceptions (#138 )
10+
111## v0.16.1 (2025-09-15)
212
313### Fix
Original file line number Diff line number Diff line change 11[project ]
22name = " lgtm-ai"
3- version = " 0.16.1 "
3+ version = " 0.16.2 "
44description = " Your AI-powered code review companion"
55authors = [
66 {
name =
" Sergio Castillo Lara" ,
email =
" [email protected] " },
@@ -149,7 +149,7 @@ exclude_lines = [
149149[tool .commitizen ]
150150version_files = [" pyproject.toml:^version" ]
151151name = " cz_customize"
152- version = " 0.16.1 "
152+ version = " 0.16.2 "
153153tag_format = " v$version"
154154
155155[tool .commitizen .customize ]
You can’t perform that action at this time.
0 commit comments