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.78
6+
7+ ### :sparkles : Features
8+
9+ - :dart : feat: add detail method for model dump with alias.
10+ - :dart : feat: draft generate markdown method.
11+ - :dart : feat: update type of result model.
12+
13+ ### :bug : Bug fixes
14+
15+ - :gear : fixed: remove default context from result dataclass model.
16+
17+ ### :black_nib : Code Changes
18+
19+ - :test_tube : tests: update testcase for making coverage.
20+
21+ ### :book : Documentations
22+
23+ - :page_facing_up : docs: update readme file.
24+
525## 0.0.77
626
727### :bug : Bug fixes
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.77 " ,
4+ "version" : " 0.0.78 " ,
55 "$defs" : {
66 "ArrayParam" : {
77 "description" : " Array parameter." ,
Original file line number Diff line number Diff line change 1- __version__ : str = "0.0.77 "
1+ __version__ : str = "0.0.78 "
You can’t perform that action at this time.
0 commit comments