v0.2.6
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.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