Skip to content

Commit 9e4d429

Browse files
committed
🏷️ Bump up to version 0.0.36 -> 0.0.37.
1 parent f223295 commit 9e4d429

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.37
6+
7+
### :stars: Highlight Features
8+
9+
- :star: hl: add dynamic job runs-on execute func.
10+
11+
### :sparkles: Features
12+
13+
- :dart: feat: move execute strategy from method to func.
14+
- :dart: feat: change logic of gen_id.
15+
16+
### :black_nib: Code Changes
17+
18+
- :test_tube: tests: add testcase for job execute with self-hosted.
19+
- :test_tube: tests: update testcase for cover coverage.
20+
- :art: styled: change log name of routes from workflow to uvicorn.
21+
- :test_tube: tests: update testcase for workflows on api component.
22+
23+
### :package: Build & Workflow
24+
25+
- :toolbox: build: add uv dockerfile support uv building.
26+
527
## 0.0.36
628

729
### :sparkles: 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.36"
1+
__version__: str = "0.0.37"

0 commit comments

Comments
 (0)