Skip to content

Commit 77dfd03

Browse files
committed
🏷️ Bump up to version 0.0.66 -> 0.0.67.
1 parent d443950 commit 77dfd03

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.67
6+
7+
### :stars: Highlight Features
8+
9+
- :star: hl: add handler retry on stage exec.
10+
11+
### :bug: Bug fixes
12+
13+
- :gear: fixed: revise retry logic for map result context data.
14+
15+
### :black_nib: Code Changes
16+
17+
- :test_tube: tests: fixed foreach concurency testcase.
18+
19+
### :package: Build & Workflow
20+
21+
- :toolbox: build: format pyproject config.
22+
- :toolbox: build: add platform support docker build.
23+
- :toolbox: build: update variable from env.
24+
- :toolbox: build: revise build gh workflow for push image to ghcr.
25+
26+
### :book: Documentations
27+
28+
- :page_facing_up: docs: update comment on stage module.
29+
- :page_facing_up: docs: fixed readme file.
30+
- :page_facing_up: docs: update readme file.
31+
532
## 0.0.66
633

734
### :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.66"
1+
__version__: str = "0.0.67"

0 commit comments

Comments
 (0)