We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737ebcc commit dd74e2eCopy full SHA for dd74e2e
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v1.4.2 (2026-01-21)
2
+
3
+### Technical
4
5
+- bump dependencies (#183)
6
+- bump urllib3 from 2.5.0 to 2.6.3 (#176)
7
+- bump authlib from 1.6.5 to 1.6.6 (#178)
8
9
## v1.4.1 (2026-01-15)
10
11
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "lgtm-ai"
-version = "1.4.1"
+version = "1.4.2"
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