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.76
6+
7+ ### :sparkles : Features
8+
9+ - :dart : feat: add runs_metadata field on audit model.
10+ - :dart : feat: update init cli.
11+
12+ ### :bug : Bug fixes
13+
14+ - :gear : fixed: remove change params on job exec.
15+
16+ ### :black_nib : Code Changes
17+
18+ - :test_tube : tests: add testcase for utils.
19+
20+ ### :broom : Deprecate & Clean
21+
22+ - :recycle : clean: remove param on workflow execute job.
23+
24+ ### :book : Documentations
25+
26+ - :page_facing_up : docs: update json-schema.
27+ - :page_facing_up : docs: update package docs.
28+
529## 0.0.75
630
731### :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 Schema" ,
4- "version" : " 0.0.75 " ,
4+ "version" : " 0.0.76 " ,
55 "$defs" : {
66 "ArrayParam" : {
77 "description" : " Array parameter." ,
Original file line number Diff line number Diff line change 1- __version__ : str = "0.0.75 "
1+ __version__ : str = "0.0.76 "
You can’t perform that action at this time.
0 commit comments