Skip to content

Commit d8c22d5

Browse files
committed
🏷️ Bump up to version 0.0.62 -> 0.0.63.
1 parent d263781 commit d8c22d5

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.63
6+
7+
### :stars: Highlight Features
8+
9+
- :star: hl: create WorkflowSecret for pass env var before get secret value and binding when export to json.
10+
11+
### :sparkles: Features
12+
13+
- :dart: feat: add pass_env before start stage execution (#44)
14+
- :dart: feat: draft create model from caller func.
15+
- :dart: feat: draft mark secret value on result context.
16+
17+
### :black_nib: Code Changes
18+
19+
- :test_tube: tests: add testcase for draft create model for function args.
20+
21+
### :postbox: Dependencies
22+
23+
- :pushpin: deps: add pydantic-extra-types for extra timezone type validation.
24+
25+
### :book: Documentations
26+
27+
- :page_facing_up: docs: update docs-string.
28+
- :page_facing_up: docs: update readme file.
29+
530
## 0.0.62
631

732
### :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.62"
1+
__version__: str = "0.0.63"

0 commit comments

Comments
 (0)