Release 1.1.5 (2026-02-16)¶
Bug fixes¶
-
move SBOM generation after PyPI publish step (#284) (#287) Cherry-pick SBOM ordering fix to main to unblock v1.1.4 publish
-
sync prepare_release.py merge message fix from canonical (#291)
- sync prepare_release.py changelog conflict fix from canonical (#293)
Styling¶
- fix ruff lint errors in prepare_release.py (#288)
- style: fix ruff lint errors in prepare_release.py
Apply ruff auto-fixes for I001 (import block sorting) and PTH201 (remove explicit current directory in Path constructor).