v0.2.5
Journey v0.2.5
Journey 0.2.5 keeps generated FastAPI apps standalone while preserving correct version metadata.
Highlights
- Generated
app.pynow bakes in the Journey compiler version instead of importingjourneyat 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.whlRelease Checks
python -m pytest -q- CLI e2e tests
- lightweight graph smoke
- strict validation and generated acceptance tests for every
examples/*.journey python -m buildpython -m twine check dist/*- built-wheel install e2e through
scripts/e2e_wheel_smoke.sh