3.0.0
Added
- Support for Python 3.13
- CI to automatically publish releases on tag creation
ruff
requirement for the code quality
Changed
- (breaking change) Enforced usage of proper keyword-arguments
- Use absolute imports
- Level up the packaging using
hatchling
- Pin all requirements
- Updated README's code example (fixes #13)
- Fixed typos using
codespell
(#15 by @kianmeng)
Removed
black
,flake8
, andisort
, requirements for the code quality