We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69937ce commit c6578edCopy full SHA for c6578ed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v1.4.1 (2026-01-15)
2
+
3
+### Fix
4
5
+- bump cffi to fix dockerfile building without compilation (#180)
6
7
## v1.4.0 (2026-01-15)
8
9
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "lgtm-ai"
-version = "1.4.0"
+version = "1.4.1"
description = "Your AI-powered code review companion"
authors = [
{name = "Sergio Castillo Lara", email = "[email protected]"},
@@ -172,7 +172,7 @@ exclude_lines = [
172
[tool.commitizen]
173
version_files = ["pyproject.toml:^version"]
174
name = "cz_customize"
175
176
tag_format = "v$version"
177
178
[tool.commitizen.customize]
0 commit comments