File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1- __version__ : str = "0.0.5 "
1+ __version__ : str = "0.0.6 "
22__version_tuple__ : tuple [int , ...] = tuple (map (int , __version__ .split ("." )[:3 ]))
Original file line number Diff line number Diff line change 22
33## Latest Changes
44
5+ ## 0.0.6
6+
7+ ### :sparkles : Features
8+
9+ - :dart : v2: update node deps rule.
10+ - :dart : move get_node function to utils function.
11+ - :dart : add data framework version 3.
12+
13+ ### :bug : Bug fixes
14+
15+ - :gear : adjust workflow config base on version change.
16+ - :gear : update logging for test on ci 3.
17+ - :gear : update logging for test on ci 2.
18+ - :gear : update logging for test on ci.
19+ - :gear : passing pipeline name with node name.
20+ - :gear : change env var for testing on ci.
21+
22+ ### :package : Build & Workflow
23+
24+ - :toolbox : remove python dev version on tests workflow.
25+
26+ ### :postbox : Dependencies
27+
28+ - :pushpin : update version of ddeutil-workflow to 0.0.85.
29+ - :pushpin : update ddeutil-workflow version to 0.0.80.
30+
31+ ### :book : Documentations
32+
33+ - :page_facing_up : update readme file.
34+ - :page_facing_up : update readme file.
35+
536## 0.0.5
637
738### :sparkles : Features
You can’t perform that action at this time.
0 commit comments