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.
1.0.1 - 2025-09-20
Fixed
- Correct
__version__definition insrc/__init__.pyto dynamically read from package metadata.
This ensures consistency betweenpyproject.tomland runtime__version__, preventing version mismatches in future releases. - Fix broken PyPI download badge in
README.md(remove deprecatedpypi/dmbadge)