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¶
- Initial release of ZigX
zigx newcommand to create new projectszigx developcommand for development buildszigx buildcommand for creating wheelszigx publishcommand for PyPI publishing- Automatic export detection from Zig source
- Type stub (
.pyi) generation - GIL-safe operation (automatic release via ctypes)
- Cross-platform support (Windows, Linux, macOS)
- PEP 517 build backend integration
- Comprehensive documentation with MkDocs
Changed¶
- N/A
Deprecated¶
- N/A
Removed¶
- N/A
Fixed¶
- N/A
Security¶
- N/A
0.0.1 - 2025-11-27¶
Added¶
- Initial public release
- Full CLI implementation in Zig
- Python bindings via ctypes
- Automatic wheel building
- Documentation site
Note: For detailed release notes, see GitHub Releases, though they may not have changelog descriptions.