File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 22
33## Latest Changes
44
5+ ## 0.0.85
6+
7+ ### :sparkles : Features
8+
9+ - :dart : feat: update raise error on trigger stage process.
10+ - :dart : feat: update retry strategy on job execution.
11+ - :dart : feat: update trace module.
12+ - :dart : feat: mark finally code for push metric after exec.
13+
14+ ### :black_nib : Code Changes
15+
16+ - :art : format: format stage module.
17+ - :art : format: refactor process on job module.
18+ - :test_tube : tests: update testcase for release workflow.
19+ - :test_tube : tests: fix audit module testcase.
20+ - :art : format: format some code.
21+
22+ ### :book : Documentations
23+
24+ - :page_facing_up : docs: update readme file.
25+
526## 0.0.84
627
728### :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.84 " ,
4+ "version" : " 0.0.85 " ,
55 "$defs" : {
66 "AWSBatchArgs" : {
77 "description" : " AWS Batch arguments." ,
Original file line number Diff line number Diff line change 1- __version__ : str = "0.0.84 "
1+ __version__ : str = "0.0.85 "
22__python_version__ : str = "3.9"
You can’t perform that action at this time.
0 commit comments