File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Latest Changes
44
5+ ## 0.0.84
6+
7+ ### :sparkles : Features
8+
9+ - :dart : feat: update detail on dryrun method on caller stage.
10+ - :dart : feat: update md method on stage model.
11+ - :dart : feat: add dryrun mode to stage exec.
12+ - :dart : feat: draft dryrun mode.
13+
14+ ### :bug : Bug fixes
15+
16+ - :gear : fixed: clean code that does not valid.
17+
18+ ### :black_nib : Code Changes
19+
20+ - :art : format: mark exclude coverage.
21+ - :art : format: change dryrun logic on caller stage.
22+
523## 0.0.83
624
725### :stars : Highlight 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.83 " ,
4+ "version" : " 0.0.84 " ,
55 "$defs" : {
66 "AWSBatchArgs" : {
77 "description" : " AWS Batch arguments." ,
Original file line number Diff line number Diff line change 1- __version__ : str = "0.0.83 "
1+ __version__ : str = "0.0.84 "
22__python_version__ : str = "3.9"
You can’t perform that action at this time.
0 commit comments