Skip to content

Latest commit

 

History

History
72 lines (32 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

72 lines (32 loc) · 2.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

This project uses towncrier and the changes for the upcoming release can be found in https://github.com/vlaci/lzallright/tree/main/changelog.d/.

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

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