Skip to content

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 21 May 01:52
· 5 commits to main since this release

Journey v0.2.7

Journey 0.2.7 expands release artifact coverage so both published distributions are proven installable before release.

Highlights

  • CI and release workflows now run installed-artifact e2e checks for every built distribution artifact.
  • The release gate now install-tests both:
    • journey_lang-0.2.7-py3-none-any.whl
    • journey_lang-0.2.7.tar.gz
  • The installed-artifact smoke covers console entrypoints, module entrypoints, structured generated acceptance, and lightweight journey graph handoff generation.

Install

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

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/*
  • built-artifact install e2e through scripts/e2e_wheel_smoke.sh for wheel and sdist