Skip to content

Commit 4e26ee4

Browse files
committed
🏷️ Bump up to version 0.0.84 -> 0.0.85.
1 parent 6c090d9 commit 4e26ee4

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.85
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: update raise error on trigger stage process.
10+
- :dart: feat: update retry strategy on job execution.
11+
- :dart: feat: update trace module.
12+
- :dart: feat: mark finally code for push metric after exec.
13+
14+
### :black_nib: Code Changes
15+
16+
- :art: format: format stage module.
17+
- :art: format: refactor process on job module.
18+
- :test_tube: tests: update testcase for release workflow.
19+
- :test_tube: tests: fix audit module testcase.
20+
- :art: format: format some code.
21+
22+
### :book: Documentations
23+
24+
- :page_facing_up: docs: update readme file.
25+
526
## 0.0.84
627

728
### :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.84",
4+
"version": "0.0.85",
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.84"
1+
__version__: str = "0.0.85"
22
__python_version__: str = "3.9"

0 commit comments

Comments
 (0)