Release Summary
Bugfix release. The next minor release will no longer support Python 3.6 and 3.7.
Bugfixes
- Add
--collection-dir
to theantsibull-build
collection
andbuild-collection
subcommands. Previously, the--collection-dir
option was added to the wrong CLI argument parser and not exposed to users. (#461). - Use compatibility code instead of trying to run
asyncio.run
directly, which will fail with Python 3.6 (#459).