Skip to content

0.51.2

Compare
Choose a tag to compare
@felixfontein felixfontein released this 23 Nov 06:29
· 201 commits to main since this release

Release Summary

Bugfix release. The next minor release will no longer support Python 3.6 and 3.7.

Bugfixes

  • Add --collection-dir to the antsibull-build collection and build-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).