We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d683c commit 9d0d0f6Copy full SHA for 9d0d0f6
CHANGELOG.md
@@ -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
11
## v1.0.1 (2025-09-19)
12
13
### Docs
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "lgtm-ai"
-version = "1.0.1"
+version = "1.1.0"
description = "Your AI-powered code review companion"
authors = [
{name = "Sergio Castillo Lara", email = "[email protected]"},
@@ -157,7 +157,7 @@ exclude_lines = [
157
[tool.commitizen]
158
version_files = ["pyproject.toml:^version"]
159
name = "cz_customize"
160
161
tag_format = "v$version"
162
163
[tool.commitizen.customize]
0 commit comments