Skip to content

v0.2.4

Choose a tag to compare

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

Journey v0.2.4

Journey 0.2.4 fixes package version reporting and adds an explicit CLI version check to the release e2e path.

Highlights

  • Fixed journey.__version__ so it is derived from installed journey-lang package metadata.
  • Added journey --version.
  • Made generated FastAPI OpenAPI metadata report the Journey package version instead of a stale hardcoded version.
  • Added e2e checks to the wheel smoke path so installed wheels must report a valid CLI/package version.

Install

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