Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 645 Bytes

File metadata and controls

23 lines (12 loc) · 645 Bytes

Changelog

[0.1.4] — 2026-03-25

  • chore: Clean-up and bump version to 0.1.4 for release

[0.1.3] — 2026-03-13

  • feat: Add PEP 561 type stubs (py.typed marker, .pyi files for all public API)
  • fix: Move extension-module to an optional Cargo feature so cargo clippy and the stub generator binary work without it; maturin passes it automatically via pyproject.toml

[0.1.2] — 2026-02-21

  • fix: Use absolute GitHub raw URLs for README images so they render correctly on PyPI

[0.1.1] — 2026-02-21

  • doc: Add examples and API reference.

[0.1.0] — 2026-02-21

  • feat: Initial release