Skip to content

Commit 36f82bf

Browse files
bump: version 0.1.2 → 0.1.3
1 parent b26a2be commit 36f82bf

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v0.1.3 (2025-05-23)
2+
3+
### Fix
4+
5+
- lgtm link after moving to github
6+
- yml was incorrect
7+
8+
### Docs
9+
10+
- mention lgtm workflow in README
11+
12+
### Technical
13+
14+
- fix gh action name
15+
- add more CODEOWNERS to allow more reviewers
16+
117
## v0.1.2 (2025-05-23)
218

319
### 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.2"
3+
version = "0.1.3"
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.2"
142+
version = "0.1.3"
143143
tag_format = "v$version"
144144

145145
[tool.commitizen.customize]

0 commit comments

Comments
 (0)