Skip to content

Commit 74f0a6e

Browse files
committed
🏷️ Bump up to version 0.0.85 -> 0.0.86.
1 parent f3b9a5f commit 74f0a6e

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.86
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: update rerun strategy on release method.
10+
- :dart: feat: add wrapped method for rerun.
11+
- :dart: feat: add warp exec on rerun method.
12+
- :dart: feat: split handler exec func to warp.
13+
- :dart: feat: update exec method on job module.
14+
- :dart: feat: update flag on trace model.
15+
- :dart: feat: update module key on trace model methods.
16+
17+
### :bug: Bug fixes
18+
19+
- :gear: fixed: refactor set variable on exec method.
20+
21+
### :black_nib: Code Changes
22+
23+
- :test_tube: tests: update failed testcase.
24+
- :art: format: move to use from_trace method.
25+
- :art: format: revise result dataclass.
26+
- :art: format: add module key it trace model.
27+
28+
### :broom: Deprecate & Clean
29+
30+
- :recycle: clean: remove passing running ID to wrapped exec method.
31+
- :recycle: clean: remove uv lock file.
32+
33+
### :book: Documentations
34+
35+
- :page_facing_up: docs: update config topic.
36+
- :page_facing_up: docs: update json-schema file.
37+
538
## 0.0.85
639

740
### :sparkles: Features

json-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"title": "Workflow Configuration JSON Schema",
4-
"version": "0.0.85",
4+
"version": "0.0.86",
55
"$defs": {
66
"AWSBatchArgs": {
77
"description": "AWS Batch arguments.",

src/ddeutil/workflow/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__: str = "0.0.85"
1+
__version__: str = "0.0.86"
22
__python_version__: str = "3.9"

0 commit comments

Comments
 (0)