What's Changed
- Rewrite to composite action by @lukasz-mitka in #36
- Fix example in README by @charyeezy in #45
- Update set-output syntax by @sondrelg in #49
- Upgrade Python version by @sondrelg in #54
- Follow pagination and implement rate throttling by @systemist in #42
- Generate encoded package name instead of storing it by @sondrelg in #55
- Limit number of versions to keep only after filtering by @artazar in #48
- Fix set-output syntax by @lukasz-mitka in #56
The two major changes in this release is that we now support deleting over 100 packages, as we will traverse the paginated API results. The second being that we've switched the action from running in a container, to running as a composite action. Neither change should break normal workflows.
New Contributors
- @charyeezy made their first contribution in #45
- @systemist made their first contribution in #42
- @artazar made their first contribution in #48
Full Changelog: v1...v2.0.0