1.2.0
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 apackaging.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).