We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c1bcf commit 200934eCopy full SHA for 200934e
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
## Latest Changes
4
5
+## 0.0.26
6
+
7
+### :sparkles: Features
8
9
+- :dart: feat: remove cli feature. (_2025-01-06_)
10
11
+### :black_nib: Code Changes
12
13
+- :test_tube: tests: add mix_stderr on the cli testcase. (_2025-01-06_)
14
15
+### :card_file_box: Documents
16
17
+- :page_facing_up: docs: remove docker image support. (_2025-01-06_)
18
19
## 0.0.25
20
21
### :sparkles: Features
src/ddeutil/workflow/__about__.py
@@ -1 +1 @@
1
-__version__: str = "0.0.25"
+__version__: str = "0.0.26"
0 commit comments