Skip to content

Commit 121ee69

Browse files
bump: version 0.9.0 → 0.9.1
1 parent 0bcafa6 commit 121ee69

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lgtm-ai"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "Your AI-powered code review companion"
55
authors = [
66
{name = "Sergio Castillo Lara", email = "s.cast.lara@gmail.com"},
@@ -145,7 +145,7 @@ exclude_lines = [
145145
[tool.commitizen]
146146
version_files = ["pyproject.toml:^version"]
147147
name = "cz_customize"
148-
version = "0.9.0"
148+
version = "0.9.1"
149149
tag_format = "v$version"
150150

151151
[tool.commitizen.customize]

0 commit comments

Comments
 (0)