Skip to content

Commit 0ec37ba

Browse files
bump: version 1.5.6 → 1.6.0
1 parent 2d70a44 commit 0ec37ba

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v1.6.0 (2026-06-02)
2+
3+
### Feat
4+
5+
- add a skill (#223)
6+
7+
### Technical
8+
9+
- bump mypy from 1.20.2 to 2.1.0 (#220)
10+
- bump pydantic-ai-slim from 1.93.0 to 1.97.0 (#222)
11+
112
## v1.5.6 (2026-05-14)
213

314
### Technical

plugins/lgtm-review/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lgtm-review",
33
"description": "A plugin that integrates an LGTM AI code reviewer agent into Claude, providing consistent code reviews of code changes.",
4-
"version": "1.5.6",
4+
"version": "1.6.0",
55
"author": {
66
"name": "Sergio Castillo",
77
"email": "s.cast.lara@gmail.com"

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.6"
3+
version = "1.6.0"
44
description = "Your AI-powered code review companion"
55
authors = [
66
{name = "Sergio Castillo Lara", email = "s.cast.lara@gmail.com"},
@@ -174,7 +174,7 @@ version_files = [
174174
"plugins/lgtm-review/.claude-plugin/plugin.json:version",
175175
]
176176
name = "cz_customize"
177-
version = "1.5.6"
177+
version = "1.6.0"
178178
tag_format = "v$version"
179179

180180
[tool.commitizen.customize]

0 commit comments

Comments
 (0)