We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39332d2 commit 99ceab4Copy full SHA for 99ceab4
2 files changed
CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
## Latest Changes
4
5
+## 0.0.71
6
+
7
+### :bug: Bug fixes
8
9
+- :gear: fixed: move uvicorn package to api cli.
10
+- :gear: fixed: dynamic create docker image with tag and not tag.
11
+- :gear: fixed: add context for docker build cmd.
12
13
+### :package: Build & Workflow
14
15
+- :toolbox: build: add cache build on build workflow.
16
17
## 0.0.70
18
19
### :sparkles: Features
src/ddeutil/workflow/__about__.py
@@ -1 +1 @@
1
-__version__: str = "0.0.70"
+__version__: str = "0.0.71"
0 commit comments