Skip to content

Commit 9d0d0f6

Browse files
bump: version 1.0.1 → 1.1.0
1 parent 42d683c commit 9d0d0f6

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+
## v1.1.0 (2025-09-25)
2+
3+
### Feat
4+
5+
- **#34**: support self-managed GitLab (#145)
6+
7+
### Technical
8+
9+
- bump the patch-updates group with 2 updates (#144)
10+
111
## v1.0.1 (2025-09-19)
212

313
### Docs

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 = "1.0.1"
3+
version = "1.1.0"
44
description = "Your AI-powered code review companion"
55
authors = [
66
{name = "Sergio Castillo Lara", email = "[email protected]"},
@@ -157,7 +157,7 @@ exclude_lines = [
157157
[tool.commitizen]
158158
version_files = ["pyproject.toml:^version"]
159159
name = "cz_customize"
160-
version = "1.0.1"
160+
version = "1.1.0"
161161
tag_format = "v$version"
162162

163163
[tool.commitizen.customize]

0 commit comments

Comments
 (0)