Skip to content

Commit 66a9d4b

Browse files
committed
🏷️ Bump up to version 0.0.27 -> 0.0.28.
1 parent 8ad6f91 commit 66a9d4b

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

33
## Latest Changes
44

5+
## 0.0.28
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: remove handler_result function in stage module and use handler_execution method instead.
10+
11+
### :bug: Bug fixes
12+
13+
- :gear: fixed: change config name of config path from `PATH_CONF` to `CONF_PATH`.
14+
- :gear: fixed: remove upper route from api component.
15+
16+
### :black_nib: Code Changes
17+
18+
- :art: styled: re-format code on utils.
19+
- :art: styled: change config pattern on readme page.
20+
- :art: styled: typo the docs-string and comments.
21+
- :package: refactored: bump pydantic from 2.10.5 to 2.10.6 (#27)
22+
- :construction: refactored: ⬆ bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#26)
23+
- :package: refactored: bump pydantic from 2.10.4 to 2.10.5
24+
25+
### :package: Build & Workflow
26+
27+
- :toolbox: build: add clishelf config.
28+
- :toolbox: build: add sign python dist to gh release job.
29+
- :toolbox: build: update prefix dependabot message.
30+
31+
### :postbox: Dependencies
32+
33+
- :pushpin: deps: update clishelf from 0.2.4 to 0.2.19.
34+
- :pushpin: deps: update ddeutil==0.4.6.
35+
536
## 0.0.27
637

738
### :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.27"
1+
__version__: str = "0.0.28"

0 commit comments

Comments
 (0)