Skip to content

Commit 0b897cf

Browse files
committed
🏷️ Bump up to version 0.0.33 -> 0.0.34.
1 parent 37ee2d6 commit 0b897cf

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.34
6+
7+
### :stars: Highlight Features
8+
9+
- :star: hl: add confignore support for filter config data.
10+
- :star: hl: revise job execution logic for fail-fast and complete.
11+
- :star: hl: change hook stage to call stage.
12+
- :star: hl: add parent run id trace log.
13+
- :star: hl: change catch error data from workflow execution.
14+
- :star: hl: change catch error data from job execution.
15+
- :star: hl: change catch error data from stage execution.
16+
17+
### :sparkles: Features
18+
19+
- :dart: feat: pass config to trace log object.
20+
- :dart: feat: add return result from schedule_task function.
21+
- :dart: feat: update optional arg on app file.
22+
- :dart: feat: pass parent running id to workflow release from poke method.
23+
- :dart: feat: change return type of poking from list[Result] to Result.
24+
- :dart: feat: add filter class on python stage.
25+
- :dart: feat: add deep_copy util func.
26+
27+
### :bug: Bug fixes
28+
29+
- :gear: fixed: remove format on string datetime.
30+
- :gear: fixed: default path of audits and logic of shcedule pending.
31+
- :gear: fixed: change TraceLog from object to dataclass.
32+
- :gear: fixed: add traceback and adjust stacklevel for logging.
33+
- :gear: fixed: rename method of audit object that use log prefix.
34+
- :gear: fixed: fix testcase does not valid.
35+
36+
### :black_nib: Code Changes
37+
38+
- :test_tube: tests: fixed audit on testcase.
39+
- :test_tube: tests: add result object on hook function.
40+
541
## 0.0.33
642

743
### :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.33"
1+
__version__: str = "0.0.34"

0 commit comments

Comments
 (0)