Skip to content

Commit 8874e78

Browse files
bump: version 0.16.1 → 0.16.2
1 parent 4b14174 commit 8874e78

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.16.2 (2025-09-17)
2+
3+
### Fix
4+
5+
- handle non-base64 encodings for github file contents (#139)
6+
7+
### Refactor
8+
9+
- simplify the cli functions and unify pydantic exceptions (#138)
10+
111
## v0.16.1 (2025-09-15)
212

313
### 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 = "0.16.1"
3+
version = "0.16.2"
44
description = "Your AI-powered code review companion"
55
authors = [
66
{name = "Sergio Castillo Lara", email = "[email protected]"},
@@ -149,7 +149,7 @@ exclude_lines = [
149149
[tool.commitizen]
150150
version_files = ["pyproject.toml:^version"]
151151
name = "cz_customize"
152-
version = "0.16.1"
152+
version = "0.16.2"
153153
tag_format = "v$version"
154154

155155
[tool.commitizen.customize]

0 commit comments

Comments
 (0)