Skip to content

Commit f5722f5

Browse files
bump: version 1.5.3 → 1.5.4
1 parent 0a75385 commit f5722f5

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v1.5.4 (2026-04-02)
2+
3+
### CI
4+
5+
- remove dependencies-security step (#201)
6+
7+
### Technical
8+
9+
- bump packages, fix mcp, and make it stable (#203)
10+
- bump requests from 2.32.5 to 2.33.0 (#202)
11+
- bump the patch-updates group with 2 updates (#199)
12+
113
## v1.5.3 (2026-03-06)
214

315
### Fix

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.5.3"
3+
version = "1.5.4"
44
description = "Your AI-powered code review companion"
55
authors = [
66
{name = "Sergio Castillo Lara", email = "s.cast.lara@gmail.com"},
@@ -171,7 +171,7 @@ exclude_lines = [
171171
[tool.commitizen]
172172
version_files = ["pyproject.toml:^version"]
173173
name = "cz_customize"
174-
version = "1.5.3"
174+
version = "1.5.4"
175175
tag_format = "v$version"
176176

177177
[tool.commitizen.customize]

0 commit comments

Comments
 (0)