What changed
This release focuses on packaging reliability and standalone CLI verification.
- expanded standalone CLI smoke coverage from help-only checks to real read/write flows
- validated actual CLI operations including init, commit, branch, tag, status, verify, ls-tree, download, and log
- removed logo/icon handling from generated PyInstaller spec generation to avoid build-time asset failures
- fixed generated spec compatibility for PyInstaller 5, restoring Python 3.7 standalone build support on Linux and Windows
- bumped package metadata to 0.0.2
Notes
- no public API redesign in this release
- the main improvements are around release/build stability and executable smoke validation