Skip to content

Commit d2dfd8f

Browse files
committed
bump: set version 1.0.0
1 parent afb4e14 commit d2dfd8f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11

2+
## 0.3.0 (2025-10-17)
3+
4+
### Feat
5+
6+
- **pypi**: package name for this fork (#2)
7+
8+
### Fix
9+
10+
- ruff qa RUF059
11+
- pass tests in py3.14
12+
- qa warns from pyright
13+
- qa warns from pyright
14+
- qa warns from pyright
15+
- clear weird union as it will generate issue on py3.14
16+
- handle forward ref when python 3.10 and lower
17+
- apply qa
18+
- apply qa
19+
- DeprecationWarning: pkg_resources is deprecated as an API (#67)
20+
- **tests**: remove Generic from tree detection
21+
- **pkg_resource**: remove the use of pkg_resource by importlib.metadata (and importlib_metadata for py<3.10)
22+
- **python**: support python3.13 and drop python3.8
23+
- service class trying to get event loop on init (#61) (#62)
24+
225
## v0.2.0 (2024-03-02)
326

427
## 0.1.0 (2023-01-10)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,4 @@ indent-style = "space"
231231
line-ending = "auto"
232232

233233
[tool.commitizen]
234-
version_provider = "pep621"
234+
version_provider = "scm"

0 commit comments

Comments
 (0)