Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Aug 19:31
Immutable release. Only release title and notes can be modified.
fa2ff2f

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 --help

Module 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)

📦 Other Changes

  • everything ships inside one aws_resource_inventory package (#47) (2f284e9)
  • install from PyPI with uv or pipx (#46) (b80f403)