Skip to content

Commit 0ca16c2

Browse files
committed
🏷️ Bump up to version 0.0.68 -> 0.0.69.
1 parent 4261aff commit 0ca16c2

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.69
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: override logging when use fastapi with uvicorn.
10+
- :dart: feat: add sub-typer command for workflow.
11+
12+
### :black_nib: Code Changes
13+
14+
- :art: format: split trace and audit log modules.
15+
- :test_tube: tests: update foreach case matching.
16+
- :art: format: add console trace object.
17+
18+
### :broom: Deprecate & Clean
19+
20+
- :recycle: clean: remove unuse config.
21+
- :recycle: clean: remove uv.lock file.
22+
- :recycle: clean: remove multi-loader support and use only YAML parser.
23+
- :recycle: clean: remove max_cron_per_workflow config.
24+
25+
### :book: Documentations
26+
27+
- :page_facing_up: docs: update docstring and mkdocs on logs session.
28+
- :page_facing_up: docs: update readme file.
29+
530
## 0.0.68
631

732
### :sparkles: Features

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

0 commit comments

Comments
 (0)