Skip to content

v0.0.2

Latest

Choose a tag to compare

@HansBug HansBug released this 10 Apr 11:37
· 66 commits to main since this release

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