v0.2.4
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 installedjourney-langpackage 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.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