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 a999363 commit 2b78e6fCopy full SHA for 2b78e6f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v1.2.1 (2025-10-01)
2
+
3
+### Technical
4
5
+- adjust logging a bit (#155)
6
7
## v1.2.0 (2025-10-01)
8
9
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "lgtm-ai"
-version = "1.2.0"
+version = "1.2.1"
description = "Your AI-powered code review companion"
authors = [
{name = "Sergio Castillo Lara", email = "[email protected]"},
@@ -171,7 +171,7 @@ exclude_lines = [
171
[tool.commitizen]
172
version_files = ["pyproject.toml:^version"]
173
name = "cz_customize"
174
175
tag_format = "v$version"
176
177
[tool.commitizen.customize]
0 commit comments