Skip to content

Commit f864b28

Browse files
bump: version 0.16.2 → 0.16.3
1 parent a93dc7c commit f864b28

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.16.3 (2025-07-17)
2+
3+
### CI
4+
5+
- Make push_to_docker_hub not dependant on push_to_pypi (#26)
6+
17
## v0.16.2 (2025-07-17)
28

39
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lightman_ai"
3-
version = "0.16.2"
3+
version = "0.16.3"
44
description = "Cybersecurity news aggregator."
55
authors = ["sdn4z <imsdn4z@gmail.com>"]
66

@@ -139,7 +139,7 @@ exclude_lines = [
139139
[tool.commitizen]
140140
version_files = ["pyproject.toml:^version"]
141141
name = "cz_customize"
142-
version = "0.16.2"
142+
version = "0.16.3"
143143
tag_format = "v$version"
144144

145145
[tool.commitizen.customize]

0 commit comments

Comments
 (0)