File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -231,4 +231,4 @@ indent-style = "space"
231231line-ending = " auto"
232232
233233[tool .commitizen ]
234- version_provider = " pep621 "
234+ version_provider = " scm "
You can’t perform that action at this time.
0 commit comments