Skip to content

Commit 2bf1ba7

Browse files
committed
🏷️ Bump up to version 0.0.78 -> 0.0.79.
1 parent 5d9d5ee commit 2bf1ba7

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.79
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: add tracing implement from ai
10+
- :dart: feat: add providers code for draft feature trigger job execution.
11+
- :dart: feat: enhance audits module.
12+
13+
### :bug: Bug fixes
14+
15+
- :gear: fixed: add new traces for migration.
16+
- :gear: fixed: fix test conf reorder.
17+
18+
### :black_nib: Code Changes
19+
20+
- :art: format: change format of audit module.
21+
- :test_tube: tests: update testcase for make coverage on stages module.
22+
- :test_tube: tests: update testcase for make coverage on job and workflow modules.
23+
- :construction: refactored: ⬆ deps: bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1
24+
25+
### :broom: Deprecate & Clean
26+
27+
- :recycle: clean: remove generated event that does not use.
28+
29+
### :package: Build & Workflow
30+
31+
- :package: build: update pydantic requirement from <3.0.0,==2.11.5 to ==2.11.7 (#57)
32+
- :package: build: bump requests from 2.32.3 to 2.32.4
33+
- :toolbox: build: update Dockerfile and add uv.
34+
35+
### :book: Documentations
36+
37+
- :page_facing_up: docs: update docs of job and workflow api.
38+
- :page_facing_up: docs: update event api docs.
39+
- :page_facing_up: docs: update docs-string for utils, reusables, and audits modules.
40+
- :page_facing_up: docs: update docs-string for params and traces modules.
41+
- :page_facing_up: docs: update init cli.
42+
- :page_facing_up: docs: remove mac os file from remote.
43+
544
## 0.0.78
645

746
### :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.78",
4+
"version": "0.0.79",
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.78"
1+
__version__: str = "0.0.79"

0 commit comments

Comments
 (0)