v0.1.1 (2024-01-09)
Chore
- chore: use forked python-semantic-release running on Python 3.12 (
1d3ba5f
)
Ci
-
ci: use luuuis/python-semantic-release running on Python 3.12 (#7) (
2aba05e
) -
ci: use GitHub setup python action to ensure correct version (
d0a2dea
) -
ci: use forked upload-to-gh-release with Python 3.12
upstream uses Python 3.10, which this project does not support any more. (92b1e44
)
Fix
- fix: rework lib to add static typing info (#6)
This is a breaking change but not applying semver since we're still in 0.x.
- fix: reworked the whole lib, use NamedTuple for returned data
- ci: python >= 3.11 (
1527fc1
)