We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93dc7c commit f864b28Copy full SHA for f864b28
CHANGELOG.md
@@ -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
7
## v0.16.2 (2025-07-17)
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lightman_ai"
-version = "0.16.2"
+version = "0.16.3"
description = "Cybersecurity news aggregator."
authors = ["sdn4z <imsdn4z@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