Skip to content

Commit 2b78e6f

Browse files
bump: version 1.2.0 → 1.2.1
1 parent a999363 commit 2b78e6f

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.2.1 (2025-10-01)
2+
3+
### Technical
4+
5+
- adjust logging a bit (#155)
6+
17
## v1.2.0 (2025-10-01)
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.2.0"
3+
version = "1.2.1"
44
description = "Your AI-powered code review companion"
55
authors = [
66
{name = "Sergio Castillo Lara", email = "[email protected]"},
@@ -171,7 +171,7 @@ exclude_lines = [
171171
[tool.commitizen]
172172
version_files = ["pyproject.toml:^version"]
173173
name = "cz_customize"
174-
version = "1.2.0"
174+
version = "1.2.1"
175175
tag_format = "v$version"
176176

177177
[tool.commitizen.customize]

0 commit comments

Comments
 (0)