Skip to content

v0.2.5

Choose a tag to compare

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

Journey v0.2.5

Journey 0.2.5 keeps generated FastAPI apps standalone while preserving correct version metadata.

Highlights

  • Generated app.py now bakes in the Journey compiler version instead of importing journey at app runtime.
  • OpenAPI metadata still reports the Journey package version used during generation.
  • Added e2e coverage to ensure generated apps do not import Journey just for version metadata.

Install

python -m pip install https://github.com/sharziki/journey/releases/download/v0.2.5/journey_lang-0.2.5-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