Releases: fonttools/py-zopfli
Releases · fonttools/py-zopfli
v0.2.3.post1
Added wheels for Python 3.13. No other code changes since v0.2.3.
v0.2.3
Dropped support for Python 3.7, added support for Python 3.12. No other code changes.
v0.2.2
- Added pyproject.toml to source distribution
- Published precompiled wheels for Python 3.11
v0.2.1
- [zopfli.png] Only print debug info to console output when -v/--verbose flag is used.
v0.2.0
v0.1.9
- Allow to link against system installed zopfli library by setting USE_SYSTEM_ZOPFLI environment variable (#9).
- Added wheels for Python 3.10, universal2 macos "fat" (x86_64 + arm64) architecture, Linux aarch64 and pypy3 (#10, #11).
- Determine package version automatically from latest git tag using setuptools_scm.
v0.1.6
Fixed automatic upload from Travis to PyPI.
v0.1.5
Added pre-compiled wheels for python3.7
v0.1.4
- Updated zopfli submodule to 1.0.2.
v0.1.3
- Fixed issue with automatic deployment from Appveyor CI.