Skip to content

Commit f7bd8cd

Browse files
bump: version 0.17.0 → 0.18.0
1 parent 3f60bc4 commit f7bd8cd

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.18.0 (2025-07-23)
2+
3+
### Feat
4+
5+
- add Sentry integration (#59)
6+
17
## v0.17.0 (2025-07-23)
28

39
### Feat

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"sentry-sdk>=2.21.0,<3.0.0",
1919
]
2020
name = "lightman_ai"
21-
version = "0.17.0"
21+
version = "0.18.0"
2222
description = "Cybersecurity news aggregator."
2323
readme = "README.md"
2424

@@ -148,7 +148,7 @@ exclude_lines = [
148148
[tool.commitizen]
149149
version_files = ["pyproject.toml:^version"]
150150
name = "cz_customize"
151-
version = "0.17.0"
151+
version = "0.18.0"
152152
tag_format = "v$version"
153153

154154
[tool.commitizen.customize]

0 commit comments

Comments
 (0)