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]
Added
- Documentation site: Diátaxis information architecture on mkdocs-material, with a generated Python API reference and decision-record index (ADR-0003).
- Code-example gate: every fenced
pythonblock indocs/and every wrapper docstring example runs in CI.
Changed
- Decision records moved from
docs/decisions/todocs/adr/and adopted the MADR format, matching the siblingpython-template(ADR-0002). - Agent guidance moved from
CLAUDE.mdtoAGENTS.md;CLAUDE.mdnow defers to it.
[0.1.0]
Added
- Initial release of the Rust-core + PyO3 + Python-wrapper template
- Two-crate workspace: pure-Rust
-coreand PyO3-ffi maturin+uvbuild with abi3 wheels covering Python 3.10–3.14justtask surface mirrored by CIcargo-denysupply-chain auditing- Architectural decision records