Skip to content

Commit 07e6e37

Browse files
committed
🏷️ Bump up to version 0.0.82 -> 0.0.83.
1 parent dff0b59 commit 07e6e37

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.83
6+
7+
### :stars: Highlight Features
8+
9+
- :star: hl: add sys extras key for stop circle execute.
10+
11+
### :sparkles: Features
12+
13+
- :dart: feat: fix nested-error handler on case stage.
14+
- :dart: feat: fix nested-error handler on foreach stage.
15+
- :dart: feat: allow pass max-workers with string value on parallel stage.
16+
- :dart: feat: add clean up util func.
17+
- :dart: feat: add convert to empty stage method.
18+
- :dart: feat: add extract id for prepare a pair of parent and running id.
19+
- :dart: feat: move validate release date from workflow to event model.
20+
21+
### :black_nib: Code Changes
22+
23+
- :test_tube: tests: update testcase that able dynamic expectation.
24+
- :test_tube: tests: update testcase for making coverage.
25+
- :test_tube: tests: prepare testcase for message change.
26+
- :art: format: change path type of audit model.
27+
28+
### :book: Documentations
29+
30+
- :page_facing_up: docs: update config docs.
31+
- :page_facing_up: docs: update json schema file.
32+
533
## 0.0.82
634

735
### :sparkles: Features

json-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"title": "Workflow Configuration JSON Schema",
4-
"version": "0.0.82",
4+
"version": "0.0.83",
55
"$defs": {
66
"AWSBatchArgs": {
77
"description": "AWS Batch arguments.",

src/ddeutil/workflow/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__: str = "0.0.82"
1+
__version__: str = "0.0.83"
22
__python_version__: str = "3.9"

0 commit comments

Comments
 (0)