Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 07 Jun 05:25
· 578 commits to main since this release

Fixed

  • 🗄️ Alembic migration no longer fails on startup. Renamed migration revision IDs from 3-character (001) to 4-character (0001) identifiers, fixing Alembic's ResolutionError for partial revision matches.
  • 📦 PyPI wheel no longer bundles frontend source code. Fixed .gitignore paths (old computr/cptr/) and added an explicit exclude in pyproject.toml so only cptr/frontend/build ships in the wheel — eliminating ~14,000 unnecessary files including node_modules.