Skip to content

Commit 41e5b8b

Browse files
committed
🏷️ Bump up to version 0.0.63 -> 0.0.64.
1 parent a84cd79 commit 41e5b8b

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.64
6+
7+
### :stars: Highlight Features
8+
9+
- :star: hl: change validation of caller function args to dynamic model validation.
10+
- :star: hl: support type adapter on caller function argument.
11+
12+
### :bug: Bug fixes
13+
14+
- :gear: fixed: remove not use args on model dump.
15+
16+
### :black_nib: Code Changes
17+
18+
- :test_tube: tests: fix invalid testcase.
19+
- :construction: refactored: remove schedule module.
20+
21+
### :broom: Deprecate & Clean
22+
23+
- :recycle: clean: remove schedule route marking.
24+
25+
### :book: Documentations
26+
27+
- :page_facing_up: docs: remove scheduler docs.
28+
529
## 0.0.63
630

731
### :stars: Highlight Features

src/ddeutil/workflow/__about__.py

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

0 commit comments

Comments
 (0)