- Initial pre-release
Maintaining this Changelog
This CHANGELOG is automatically used by the GitHub Actions release workflow to generate release notes. To ensure proper categorization in release notes:
1. Always update the "Unreleased" section with your changes
2. Use appropriate subsections (Added, Changed, Fixed, etc.)
3. When creating a new release tag (e.g., `v0.1.0`), the release workflow will:
- Create a new GitHub release
- Generate release notes based on PR labels and this CHANGELOG
- Publish the package to PyPI
When making PRs, use labels like `feature`, `enhancement`, `bug`, `documentation`, etc., to help with automatic release note generation.