File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- __version__ : str = "0.0.27 "
1+ __version__ : str = "0.0.28 "
You can’t perform that action at this time.
0 commit comments