Skip to content

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 22 Mar 05:10
· 96 commits to main since this release
d19ff2e

Fixed

  • Docker build: use PIC-enabled zlib for shared library to fix R_X86_64_32 relocation errors in Docker builds (#323)
  • CI: vendor zlib from source (allyourcodebase/zlib) instead of linking system library, fixing builds on Windows and manylinux containers (#322)

Changed

  • Publish workflow: decouple job dependencies to prevent cascading failures — PyPI, GitHub Release, Docker, and package managers now run independently. Added workflow_dispatch with selective job re-runs (#324)