Skip to content

Releases: decompals/crunch64

0.6.1

11 Jan 20:31
223aefb

Choose a tag to compare

[0.6.1] - 2026-01-11

Added

  • CI now checks wheels are being installable in the oldest and newest Python versions supported.
    • Only the wheels built for the architectures of the CI runner are actually tested, this currently means Windows x64, Linux x86_64, MacOS x86_64 and MacOS aarch64.
  • Prebuilt wheels for freethreaded Python 3.14.

Fixed

  • Fix prebuilt binaries not being compatible with older Python versions.
    • CI now uses the oldest available Python version for each arch/os combination, so users don't have to build the project themselves.
    • Wheels should all support the Python abi3, meaning they should be future proof and installable by future Python versions.

0.6.0

01 Jan 21:13
56be308

Choose a tag to compare

[0.6.0] - 2026-01-01

Added

  • no_std support.
    • alloc is still required.
  • Prebuilt binaries for Python 3.14.
  • Prebuilt binaries for Python 3.8.

Changed

  • Python 3.8 is supported again.
    • CI allows us to build for 3.8 again.
  • Change the hard requirement of Python 3.9 to just Python 3 in the package metadata.
    • Note there's no official support for Python versions older than 3.8.

Fixed

  • Since macos-13 is no longer a valid CI runner, we now use macos-15-intel to build MacOS Python wheels.

0.5.3

16 Dec 16:10
ed3d417

Choose a tag to compare

Full Changelog: 0.5.2...0.5.3

0.5.2

16 Dec 15:38
4723fc6

Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

0.5.1

25 Jul 23:15
482b9ba

Choose a tag to compare

What's Changed

  • Fix bug where wrong data is emitted for gzip fixed blocks by @cadmic in #24

Full Changelog: 0.5.0...0.5.1

0.5.0

05 Jun 00:40
6db5f72

Choose a tag to compare

What's Changed

  • Consolidate C and Python tests by @cadmic in #21
  • Implement matching compression for old gzip versions by @cadmic in #22

Full Changelog: 0.4.0...0.5.0

0.4.0

03 Jun 18:11
fb8a385

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.4.0

0.3.1

21 Jan 12:54
6433c56

Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0: Cow

19 Jan 11:48
005b7e6

Choose a tag to compare

🐮

0.2.0: MIO0

28 Dec 07:15
39250df

Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.2.0