Skip to content

Commit c6578ed

Browse files
bump: version 1.4.0 → 1.4.1
1 parent 69937ce commit c6578ed

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## v1.4.0 (2026-01-15)
28

39
### Feat

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.4.0"
3+
version = "1.4.1"
44
description = "Your AI-powered code review companion"
55
authors = [
66
{name = "Sergio Castillo Lara", email = "[email protected]"},
@@ -172,7 +172,7 @@ exclude_lines = [
172172
[tool.commitizen]
173173
version_files = ["pyproject.toml:^version"]
174174
name = "cz_customize"
175-
version = "1.4.0"
175+
version = "1.4.1"
176176
tag_format = "v$version"
177177

178178
[tool.commitizen.customize]

0 commit comments

Comments
 (0)