We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c612e commit 77b8140Copy full SHA for 77b8140
CHANGELOG.md
@@ -2,6 +2,21 @@
2
3
## Latest Changes
4
5
+## 0.0.70
6
+
7
+### :sparkles: Features
8
9
+- :dart: feat: add cli for generate json schema file. (#54)
10
+- :dart: feat: handle workflow rerun method for job failed. (#53)
11
+- :dart: feat: move logging trace data to the base object.
12
13
+### :package: Build & Workflow
14
15
+- :toolbox: build: add docker push image to the current tag.
16
+- :toolbox: build: add push with tag.
17
+- :toolbox: build: fix build build command not valid.
18
+- :toolbox: build: fix build workflow support multi-platform.
19
20
## 0.0.69
21
22
### :sparkles: Features
src/ddeutil/workflow/__about__.py
@@ -1 +1 @@
1
-__version__: str = "0.0.69"
+__version__: str = "0.0.70"
0 commit comments