Skip to content

v0.2.6

Choose a tag to compare

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

Journey v0.2.6

Journey 0.2.6 hardens the installed module entrypoint.

Highlights

  • Guarded journey.__main__ so importing it does not execute the CLI.
  • Added installed-wheel e2e coverage for python -m journey --version.
  • Kept console-script and module entrypoints aligned on the same version output.

Install

python -m pip install https://github.com/sharziki/journey/releases/download/v0.2.6/journey_lang-0.2.6-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-wheel install e2e through scripts/e2e_wheel_smoke.sh