Skip to content

Commit 77b8140

Browse files
committed
🏷️ Bump up to version 0.0.69 -> 0.0.70.
1 parent 51c612e commit 77b8140

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## Latest Changes
44

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+
520
## 0.0.69
621

722
### :sparkles: Features

src/ddeutil/workflow/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.0.69"
1+
__version__: str = "0.0.70"

0 commit comments

Comments
 (0)