We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72839a commit af0ae76Copy full SHA for af0ae76
CHANGELOG.md
@@ -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
7
## v0.1.3 (2025-05-23)
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "lgtm-ai"
-version = "0.1.3"
+version = "0.1.4"
description = "Your AI-powered code review companion"
authors = [
{name = "Sergio Castillo Lara", email = "s.cast.lara@gmail.com"},
@@ -139,7 +139,7 @@ exclude_lines = [
139
[tool.commitizen]
140
version_files = ["pyproject.toml:^version"]
141
name = "cz_customize"
142
143
tag_format = "v$version"
144
145
[tool.commitizen.customize]
0 commit comments