Skip to content

Commit eec9b86

Browse files
committed
🏷️ Bump up to version 0.0.81 -> 0.0.82.
1 parent 1c351ec commit eec9b86

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.82
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: add raise error when pass rerun mode to release method.
10+
- :dart: feat: add skip on workflow release method when audit.
11+
- :dart: feat: add pre-process on trace model.
12+
- :dart: feat: add nested stage error object for dedup trace message.
13+
- :dart: feat: add retry backoff sleep time on stage module.
14+
- :dart: feat: add support runs-on with str type.
15+
16+
### :bug: Bug fixes
17+
18+
- :gear: fixed: remove message from trigger catch error.
19+
- :gear: fixed: add stopper for disable circle execution.
20+
- :gear: fixed: change cutting running id logic.
21+
- :gear: fixed: add env for use system python.
22+
23+
### :black_nib: Code Changes
24+
25+
- :art: format: add typed-hint for handler args.
26+
- :lipstick: styled: add nested exception on until stage.
27+
- :lipstick: styled: upgrade nested prefix and emoji.
28+
- :test_tube: tests: update testcase and add type on workflow model.
29+
30+
### :broom: Deprecate & Clean
31+
32+
- :recycle: clean: remove trancs log route from api.
33+
34+
### :package: Build & Workflow
35+
36+
- :toolbox: build: update uv version on dockerfile.
37+
38+
### :book: Documentations
39+
40+
- :page_facing_up: docs: update example conf.
41+
542
## 0.0.81
643

744
### :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.81",
4+
"version": "0.0.82",
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.81"
1+
__version__: str = "0.0.82"
22
__python_version__: str = "3.9"

0 commit comments

Comments
 (0)