Skip to content

Changelog#

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

Fixed#

  • Fixed build to actually statically link against C++ runtime on Linux #12
  • Fixed busy loop during decompression when compression ratio is bigger than 400% #12