Skip to content

Commit b472796

Browse files
committed
🏷️ Bump up to version 0.0.32 -> 0.0.33.
1 parent 84cc696 commit b472796

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.33
6+
7+
### :stars: Highlight Features
8+
9+
- :star: hl: add execute_time field on the Audit model.
10+
- :star: hl: split log objects from config module to logs module.
11+
12+
### :sparkles: Features
13+
14+
- :dart: feat: use result instead of run_id.
15+
- :dart: feat: add result argument on job execution.
16+
- :dart: feat: add trace log on workflow execution.
17+
- :dart: feat: mark TraceLog object for logging.
18+
- :dart: feat: mark TraceLog object for logging.
19+
- :dart: feat: pass result to workflow exec instead of run_id.
20+
- :dart: feat: update log config.
21+
22+
### :bug: Bug fixes
23+
24+
- :gear: fixed: move default running id function out of model validate.
25+
- :gear: fixed: rename logs module to audit module.
26+
27+
### :black_nib: Code Changes
28+
29+
- :test_tube: tests: fixed testcase on conf module.
30+
- :fast_forward: merge: branch 'main' of https://github.com/ddeutils/ddeutil-workflow.
31+
- :test_tube: tests: fixed import invalid module.
32+
33+
### :broom: Deprecate & Clean
34+
35+
- :recycle: clean: remove un-use method on the result model.
36+
537
## 0.0.32
638

739
### :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.32"
1+
__version__: str = "0.0.33"

0 commit comments

Comments
 (0)