We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfef2b commit 3999134Copy full SHA for 3999134
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v1.0.1 (2025-09-19)
2
+
3
+### Docs
4
5
+- ensure pypi has correct info (#143)
6
7
## v1.0.0 (2025-09-18)
8
9
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "lgtm-ai"
-version = "1.0.0"
+version = "1.0.1"
description = "Your AI-powered code review companion"
authors = [
{name = "Sergio Castillo Lara", email = "[email protected]"},
@@ -157,7 +157,7 @@ exclude_lines = [
157
[tool.commitizen]
158
version_files = ["pyproject.toml:^version"]
159
name = "cz_customize"
160
161
tag_format = "v$version"
162
163
[tool.commitizen.customize]
0 commit comments