File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed
Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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." ,
Original file line number Diff line number Diff line change 1- __version__ : str = "0.0.85 "
1+ __version__ : str = "0.0.86 "
22__python_version__ : str = "3.9"
You can’t perform that action at this time.
0 commit comments