Skip to content

hotato 0.4.1

Choose a tag to compare

@quantumCF quantumCF released this 09 Jul 06:00

Hotato 0.4.1

Released 2026-07-08. Patch release; scores, envelopes, and reports are identical to 0.4.0.

Fixed

  • hotato --version, the hotato describe manifest, and stackbench provenance reported "0.3.1" from the 0.4.0 wheel. The 0.4.0 bump missed the __version__ literal in src/hotato/__init__.py, so every runtime self-report carried the previous release's number. Only the reported string was wrong; no score or envelope was affected.
  • The gap is now closed structurally: tests/test_version_lockstep.py anchors hotato.__version__, the describe manifest, and the installed distribution metadata against pyproject.toml, and the release checklist enumerates every version lockstep site. The previous test compared the manifest to __version__ itself, which agreed even when both were wrong.

Upgrade

pip install -U hotato
# or zero-install
uvx hotato --version