Skip to content

Commit 017728d

Browse files
committed
🏷️ Bump up to version 0.0.79 -> 0.0.80.
1 parent 8eb9d75 commit 017728d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.80
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: revise audit config from url to full config data.
10+
11+
### :black_nib: Code Changes
12+
13+
- :test_tube: tests: update example testcase.
14+
- :test_tube: tests: add debug line on trace testcase.
15+
- :test_tube: tests: update testcase for make coverage.
16+
17+
### :book: Documentations
18+
19+
- :page_facing_up: docs: update readme file.
20+
521
## 0.0.79
622

723
### :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.79",
4+
"version": "0.0.80",
55
"$defs": {
66
"ArrayParam": {
77
"description": "Array parameter.",

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.79"
1+
__version__: str = "0.0.80"

0 commit comments

Comments
 (0)