Changelog#
0.2.5 - 2024-11-18#
Changed#
- Updated PyO3 to 0.23 #61
0.2.4 - 2023-12-15#
Fixed#
- Fix build from sdist-archive #44
0.2.3 - 2023-05-29#
Added#
- Added API documentation #19
Fixed#
- Actually statically link to C++ runtime on Linux #25
0.2.2 - 2023-05-28#
No significant changes.
0.2.1 - 2023-05-22#
Fixed#
- Fixed homepage URL #16
0.2.0 - 2023-05-22#
Added#
- Decompressed data is available on the exception object when there is trailing garbage in input #8
- Exceptions are now importable #8
- Added possibility to give an output size hint for decompression #12
Changed#
- Build with Maturin 0.15 #11