Skip to content

v0.30.1

Choose a tag to compare

@NodeJSmith NodeJSmith released this 20 May 03:07
· 118 commits to main since this release

Bug Fixes

  • Include SPA frontend assets in PyPI package — the publish workflow was not building the frontend before packaging, so pip install hassette shipped without the web UI (#788)

What changed

  • Added Node.js setup and frontend build step to the PyPI publish workflow
  • Added tools/check_wheel_spa.py CI gate to verify SPA assets are present in built wheels before publishing
  • Bumped uv_build version constraint to include 0.11.x