Releases: ZipFile/python-getdents
Releases · ZipFile/python-getdents
Python Memory Interface
v0.4.0 ABI3
- Bump minimal Python version to 3.8
- Refactor to use only Limited API
- Wheels for CPython are now marked as
abi3
(means, new versions of Python should be able consume existing wheels) - Added compatibility with musl libc
- Automated build and publication to PyPI
Full Changelog: v0.3.0...v0.4.0
v0.3.2 Housekeeping
- Minor typing fixes
- Minor getdents_raw memory optimization
- Remove old
pretend
from dev dependencies - Apply black code style
- Migrate all configs to
pyproject.toml
Full Changelog: v0.3.1...v0.3.2
v0.3.1 Add typing
Full Changelog: v0.3...v0.3.1
v0.3 Introduce CLI
No changes in getdents()
and getdents_raw()
API, minor housekeeping.
New feature: CLI to use in shell scripting.
Full Changelog: v0.2...v0.3
v0.2
Full Changelog: v0.1...v0.2
v0.1 Initial Release
Update README.rst