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.

Unreleased#

v0.1.3 - 2026-03-06#

Fixed#

  • Project metadata in pyproject.toml.

  • Incorrect version in diced Python module.

  • Wheels not building for Python 3.14 (#1).

  • Warnings due to elided lifetimes in diced Rust module.

Changed#

  • Build Python wheels for Python 3.8 Limited API.

  • Bump minimum required Python version to 3.8.

v0.1.2 - 2024-11-04#

Changed#

  • Bump pyo3 dependency to v0.22.5.

  • Use maturin to build the Python package.

  • Use PyData theme for the Sphinx documentation of the Python package.

v0.1.1 - 2024-06-19#

Changed#

  • Use raw sequence bytes to avoid panics on Unicode characters slicing in Scanner.

Fixed#

  • Incorrect metadata in Python package and documentation.

  • Missing test data in Python wheels.

  • Indexing and underflow errors found by afl fuzzer.

[v0.1.0] - 2024-06-11#

Initial release.