Releases: hongquan/Defity
Releases · hongquan/Defity
Version 0.7.0
Version 0.6.0
- Add Python 3.14 build.
- Update dependencies.
Version 0.5.1
- Provide wheel files for Python 3.12 on Mac and Windows.
- Provide more wheel files for musl Linux.
Version 0.5.0
- Support Python 3.13.
- Fix pyproject.toml file which makes building from source failed.
- Drop Python 3.9 support.
- Switch from Poetry to uv for dependency management.
Version 0.4.1
- Fix ReadTheDocs configuration.
- Build for musl Linux.
Version 0.4.0
- Support Python 3.12
- Drop support for Python older than 3.9
- Upgrade dependencies.
Version 0.3.1
- Update dependencies
- Support Python 3.11
- Drop Python 3.6 support
Version 0.3.0
- Embed FreeDesktop's MIME database for Windows and MacOS build.
- Apply dual license: Apache in general and GPL-3.0 for Windows and MacOS (due to inclusion of MIME database).
- Provide prebuilt wheel files for armhf and aarch64 Linux.
Version 0.2.0
Be friendly with multi-threaded environment.
Our function won't acquire GIL (except when you are passing a file object) to let other Python threads in the same application run in parallel.
Version 0.1.4
Just try to fix encoding error when displaying in PyPI.