We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ed6f6 commit 12b9e46Copy full SHA for 12b9e46
CHANGELOG.md
@@ -2,6 +2,21 @@
2
3
## Latest Changes
4
5
+## 0.0.26.post0
6
+
7
+### :sparkles: Features
8
9
+- :dart: feat: add get log route on api component. (_2025-01-06_)
10
11
+### :card_file_box: Documents
12
13
+- :page_facing_up: docs: add more document on mkdocs. (_2025-01-06_)
14
15
+### :bug: Fix Bugs
16
17
+- :gear: fixed: change entrypoint in docker file. (_2025-01-06_)
18
+- :gear: fixed: remove use PathSearch from ddeutil-io. (_2025-01-06_)
19
20
## 0.0.26
21
22
### :sparkles: Features
src/ddeutil/workflow/__about__.py
@@ -1 +1 @@
1
-__version__: str = "0.0.26"
+__version__: str = "0.0.26.post0"
0 commit comments