Skip to content

Commit 00075ea

Browse files
committed
🏷️ Bump up to version 0.0.8 -> 0.0.9.
1 parent 2d7d19f commit 00075ea

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

dagtool/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.0.8"
1+
__version__: str = "0.0.9"

docs/changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
## Latest Changes
44

5+
## 0.0.9
6+
7+
### :sparkles: Features
8+
9+
- :dart: add name logging on factory.
10+
- :dart: add context extras for dynamic value to build method.
11+
12+
### :bug: Bug fixes
13+
14+
- :gear: change deps on pyproject.
15+
- :gear: fix type tags does not valid.
16+
- :gear: add custom filter on factory instread of models.
17+
18+
### :black_nib: Code Changes
19+
20+
- :art: add typed hint for all module.
21+
- :label: Bump up to version 0.0.8 -> 0.0.9.
22+
- :construction: change function to classmethod on variable model.
23+
- :art: add AIR rule on ruff.
24+
- :test_tube: update testcase support version change.
25+
26+
### :package: Build & Workflow
27+
28+
- :toolbox: change format docker file.
29+
- :toolbox: add python version file for track base py version.
30+
531
## 0.0.8
632

733
### :sparkles: Features

0 commit comments

Comments
 (0)