Skip to content

Commit 2c5f842

Browse files
bump: version 0.16.2 → 1.0.0
1 parent f3d55c2 commit 2c5f842

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v1.0.0 (2025-09-18)
2+
3+
### Feat
4+
5+
- release lgtm-ai action to gh marketplace (#142)
6+
7+
### CI
8+
9+
- use lgtm-ai-action from GitHub Marketplace (#140)
10+
11+
### Technical
12+
13+
- bump the minor-updates group with 3 updates (#135)
14+
115
## v0.16.2 (2025-09-17)
216

317
### 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.16.2"
3+
version = "1.0.0"
44
description = "Your AI-powered code review companion"
55
authors = [
66
{name = "Sergio Castillo Lara", email = "[email protected]"},
@@ -149,7 +149,7 @@ exclude_lines = [
149149
[tool.commitizen]
150150
version_files = ["pyproject.toml:^version"]
151151
name = "cz_customize"
152-
version = "0.16.2"
152+
version = "1.0.0"
153153
tag_format = "v$version"
154154

155155
[tool.commitizen.customize]

0 commit comments

Comments
 (0)