Skip to content

Commit c531329

Browse files
committed
🏷️ Bump up to version 0.0.64 -> 0.0.65.
1 parent 1069483 commit c531329

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.65
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: add workflow raise error on job exec.
10+
- :dart: feat: remove result param from workflow exec.
11+
- :dart: feat: add return status from workflow job exec method.
12+
- :dart: feat: revise context and params for more performance and monitoring improvements (#47)
13+
- :dart: feat: draft caller exception for call stage.
14+
15+
### :bug: Bug fixes
16+
17+
- :gear: fixed: change config on parallel stage.
18+
19+
### :black_nib: Code Changes
20+
21+
- :test_tube: tests: add testcase support foreach stage exec concurrent.
22+
- :art: format: clean and revise job exec on workflow model.
23+
- :test_tube: tests: update testcase for job exec method on workflow model.
24+
- :construction: refactored: change exception to error for minimal styled.
25+
- :test_tube: tests: update testcase for making coverage.
26+
27+
### :broom: Deprecate & Clean
28+
29+
- :recycle: clean: remove workflow poke and task object.
30+
531
## 0.0.64
632

733
### :stars: Highlight 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.64"
1+
__version__: str = "0.0.65"

0 commit comments

Comments
 (0)