Skip to content

Commit 69b81bb

Browse files
committed
🏷️ Bump up to version 0.0.83 -> 0.0.84.
1 parent 99cf72a commit 69b81bb

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.84
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: update detail on dryrun method on caller stage.
10+
- :dart: feat: update md method on stage model.
11+
- :dart: feat: add dryrun mode to stage exec.
12+
- :dart: feat: draft dryrun mode.
13+
14+
### :bug: Bug fixes
15+
16+
- :gear: fixed: clean code that does not valid.
17+
18+
### :black_nib: Code Changes
19+
20+
- :art: format: mark exclude coverage.
21+
- :art: format: change dryrun logic on caller stage.
22+
523
## 0.0.83
624

725
### :stars: Highlight 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.83",
4+
"version": "0.0.84",
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.83"
1+
__version__: str = "0.0.84"
22
__python_version__: str = "3.9"

0 commit comments

Comments
 (0)