Skip to content

Commit 896348c

Browse files
bump: version 0.16.0 → 0.16.1
1 parent dc3fe83 commit 896348c

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.1 (2025-07-17)
2+
3+
### CI
4+
5+
- cache docker build (#24)
6+
17
## v0.16.0 (2025-07-17)
28

39
### Feat

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.0"
3+
version = "0.16.1"
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.0"
142+
version = "0.16.1"
143143
tag_format = "v$version"
144144

145145
[tool.commitizen.customize]

0 commit comments

Comments
 (0)