Skip to content

Commit 97c3389

Browse files
bump: version 0.8.1 → 0.9.0
1 parent 5522ac3 commit 97c3389

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

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

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.8.1"
3+
version = "0.9.0"
44
description = "Your AI-powered code review companion"
55
authors = [
66
{name = "Sergio Castillo Lara", email = "[email protected]"},
@@ -145,7 +145,7 @@ exclude_lines = [
145145
[tool.commitizen]
146146
version_files = ["pyproject.toml:^version"]
147147
name = "cz_customize"
148-
version = "0.8.1"
148+
version = "0.9.0"
149149
tag_format = "v$version"
150150

151151
[tool.commitizen.customize]

0 commit comments

Comments
 (0)