Skip to content

Commit 92306a0

Browse files
committed
🏷️ Bump up to version 0.0.5 -> 0.0.6.
1 parent 2397d09 commit 92306a0

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

deflow/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__: str = "0.0.5"
1+
__version__: str = "0.0.6"
22
__version_tuple__: tuple[int, ...] = tuple(map(int, __version__.split(".")[:3]))

docs/changelog.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
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

0 commit comments

Comments
 (0)