Skip to content

Commit 8ce0bb0

Browse files
committed
🏷️ Bump up to version 0.0.28 -> 0.0.29.
1 parent ece9f51 commit 8ce0bb0

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.29
6+
7+
### :sparkles: Features
8+
9+
- :dart: feat: add ddeutil.vendors on registry search.
10+
11+
### :bug: Bug fixes
12+
13+
- :gear: fixed: change default of registry path.
14+
- :gear: fixed: remove uv prefix.
15+
16+
### :black_nib: Code Changes
17+
18+
- :art: styled: add type hint on config module.
19+
- :test_tube: tests: revert session arg.
20+
- :art: styled: add typo on hook module.
21+
- :test_tube: tests: add worker parallel on tests workflow.
22+
- :test_tube: tests: add pytest_collection_modifyitems for more parallel action.
23+
- :test_tube: tests: add markers for split testcase on gh action.
24+
- :test_tube: tests: add more testcase and reformat code on tests.
25+
26+
### :package: Build & Workflow
27+
28+
- :toolbox: build: move puhlish workflow support oidc.
29+
- :toolbox: build: mark parallel tests with pytest-xdist on tests workflow.
30+
- :toolbox: build: adjust ignore file that use on build and tests gh workflow.
31+
32+
### :postbox: Dependencies
33+
34+
- :pushpin: deps: update deps for core package.
35+
536
## 0.0.28
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.28"
1+
__version__: str = "0.0.29"

0 commit comments

Comments
 (0)