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
- Updated PyO3 to 0.23 #61
0.2.4 - 2023-12-15
- Fix build from sdist-archive #44
0.2.3 - 2023-05-29
- Added API documentation #19
- 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 homepage URL #16
0.2.0 - 2023-05-22
- 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
- Build with Maturin 0.15 #11