We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9c66e commit 71f4d11Copy full SHA for 71f4d11
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
## Latest Changes
4
5
+## 0.0.27
6
+
7
+### :sparkles: Features
8
9
+- :dart: feat: adjust default value on registry config. (_2025-01-07_)
10
11
+### :black_nib: Code Changes
12
13
+- :test_tube: tests: add testcase for filter function. (_2025-01-07_)
14
15
+### :bug: Fix Bugs
16
17
+- :gear: fixed: revise log and config object. (_2025-01-07_)
18
19
## 0.0.26.post1
20
21
### :sparkles: Features
src/ddeutil/workflow/__about__.py
@@ -1 +1 @@
1
-__version__: str = "0.0.26.post1"
+__version__: str = "0.0.27"
0 commit comments