Skip to content

v0.2.10

Choose a tag to compare

@github-actions github-actions released this 21 May 02:07
· 2 commits to main since this release

Journey v0.2.10

Journey 0.2.10 hardens installed artifact dependency verification.

Highlights

  • Installed-artifact e2e now runs pip check after installing each built distribution.
  • The wheel and source distribution must both have consistent dependency metadata before release upload.
  • The smoke still verifies console/module entrypoints, structured generated acceptance, and lightweight journey handoff generation.

Install

python -m pip install https://github.com/sharziki/journey/releases/download/v0.2.10/journey_lang-0.2.10-py3-none-any.whl

Hash-Verified Install

curl -LO https://github.com/sharziki/journey/releases/download/v0.2.10/journey-install-requirements.txt
python -m pip install -r journey-install-requirements.txt

Verify

curl -LO https://github.com/sharziki/journey/releases/download/v0.2.10/journey_lang-0.2.10-py3-none-any.whl
curl -LO https://github.com/sharziki/journey/releases/download/v0.2.10/SHA256SUMS
sha256sum -c SHA256SUMS --ignore-missing

Release Checks

  • python -m pytest -q
  • CLI e2e tests
  • lightweight graph smoke
  • strict validation and generated acceptance tests for every examples/*.journey
  • python -m build
  • python -m twine check dist/*
  • SHA256 checksum generation and verification
  • hash-verified install file generation
  • installed-artifact pip check
  • built-artifact install e2e through scripts/e2e_wheel_smoke.sh for wheel and sdist