File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 22
33## Latest Changes
44
5+ ## 0.0.80
6+
7+ ### :sparkles : Features
8+
9+ - :dart : feat: revise audit config from url to full config data.
10+
11+ ### :black_nib : Code Changes
12+
13+ - :test_tube : tests: update example testcase.
14+ - :test_tube : tests: add debug line on trace testcase.
15+ - :test_tube : tests: update testcase for make coverage.
16+
17+ ### :book : Documentations
18+
19+ - :page_facing_up : docs: update readme file.
20+
521## 0.0.79
622
723### :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.79 " ,
4+ "version" : " 0.0.80 " ,
55 "$defs" : {
66 "ArrayParam" : {
77 "description" : " Array parameter." ,
Original file line number Diff line number Diff line change 1- __version__ : str = "0.0.79 "
1+ __version__ : str = "0.0.80 "
You can’t perform that action at this time.
0 commit comments