Skip to content

Commit af0ae76

Browse files
bump: version 0.1.3 → 0.1.4
1 parent d72839a commit af0ae76

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+
## v0.1.4 (2025-05-26)
2+
3+
### Docs
4+
5+
- add explanation for categories and severities to README
6+
17
## v0.1.3 (2025-05-23)
28

39
### 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.1.3"
3+
version = "0.1.4"
44
description = "Your AI-powered code review companion"
55
authors = [
66
{name = "Sergio Castillo Lara", email = "s.cast.lara@gmail.com"},
@@ -139,7 +139,7 @@ exclude_lines = [
139139
[tool.commitizen]
140140
version_files = ["pyproject.toml:^version"]
141141
name = "cz_customize"
142-
version = "0.1.3"
142+
version = "0.1.4"
143143
tag_format = "v$version"
144144

145145
[tool.commitizen.customize]

0 commit comments

Comments
 (0)