v0.1.1
Immutable
release. Only release title and notes can be modified.
0.1.1 (2026-08-22)
Important
0.1.0 was published with a broken wheel. cli.py was left out of the distribution, so the installed aws-inventory command died immediately with ModuleNotFoundError: No module named 'cli'. 0.1.1 is the first working release; 0.1.0 is yanked on PyPI.
uv tool install aws-resource-inventory # or: pipx install aws-resource-inventory
aws-inventory --helpModule paths also moved under a single aws_resource_inventory/ package. That only affects direct imports, and since 0.1.0 never ran, nothing depended on the old paths.
🐞 Bug Fixes
- e2e-diff refuses refs it cannot honestly compare (#48) (215d844)
- installed CLI starts — ship cli.py and aws_scanner.py in the wheel (#45) (c926547)
- release pipeline publishes to PyPI, and packaging is checked before release (#42) (b4d7935)