We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ab80d commit 917ad3fCopy full SHA for 917ad3f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.16.2 (2025-07-17)
2
+
3
+### Fix
4
5
+- add missing permissions to docker job (#25)
6
7
## v0.16.1 (2025-07-17)
8
9
### CI
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lightman_ai"
-version = "0.16.1"
+version = "0.16.2"
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