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.9.1 (2025-08-27)
2+
3+ ### Fix
4+
5+ - ** #90 ** : ensure three backticks in comments do not break markdown snippets (#91 )
6+
7+ ### Refactor
8+
9+ - ** #88 ** : move to jinja for formatting prompts (#89 )
10+
111## v0.9.0 (2025-08-25)
212
313### Feat
Original file line number Diff line number Diff line change 11[project ]
22name = " lgtm-ai"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44description = " Your AI-powered code review companion"
55authors = [
66 {name = " Sergio Castillo Lara" , email = " s.cast.lara@gmail.com" },
@@ -145,7 +145,7 @@ exclude_lines = [
145145[tool .commitizen ]
146146version_files = [" pyproject.toml:^version" ]
147147name = " cz_customize"
148- version = " 0.9.0 "
148+ version = " 0.9.1 "
149149tag_format = " v$version"
150150
151151[tool .commitizen .customize ]
You can’t perform that action at this time.
0 commit comments