Skip to content

Commit f298af3

Browse files
committed
🏷️ Bump up to version 0.0.75 -> 0.0.76.
1 parent f0037a5 commit f298af3

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.76
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: add runs_metadata field on audit model.
10+
- :dart: feat: update init cli.
11+
12+
### :bug: Bug fixes
13+
14+
- :gear: fixed: remove change params on job exec.
15+
16+
### :black_nib: Code Changes
17+
18+
- :test_tube: tests: add testcase for utils.
19+
20+
### :broom: Deprecate & Clean
21+
22+
- :recycle: clean: remove param on workflow execute job.
23+
24+
### :book: Documentations
25+
26+
- :page_facing_up: docs: update json-schema.
27+
- :page_facing_up: docs: update package docs.
28+
529
## 0.0.75
630

731
### :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 Schema",
4-
"version": "0.0.75",
4+
"version": "0.0.76",
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.75"
1+
__version__: str = "0.0.76"

0 commit comments

Comments
 (0)