Skip to content

1.2.0

Compare
Choose a tag to compare
@felixfontein felixfontein released this 20 Aug 18:40
· 187 commits to main since this release

Release Summary

Feature release.

Minor Changes

  • Improve typing (#6).
  • Make config file management more flexible to allow project-specific config file format extensions for the explicitly passed configuration files (#7).

Deprecated Features

  • The DepsFile.write() method will require the first parameter to be a packaging.version.Version object, the second parameter to be a string, and the third parameter a mapping of strings to strings, from antsibull-core 2.0.0 on (#6).

Bugfixes

  • Adjust signature of DepsFile.write() to work around bug in antsibull (#6).