Releases: ansible-community/antsibull-core
Releases · ansible-community/antsibull-core
1.3.0
1.3.0.post0
Release Summary
Erroneously released version.
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).
1.1.0
Release Summary
Maintenance release.
Minor Changes
- The files in the source repository now follow the REUSE Specification. The only exceptions are changelog fragments in
changelogs/fragments/
(#5).
1.0.1
1.0.0
Release Summary
First stable release.
Major Changes
- From version 1.0.0 on, antsibull-core is sticking to semantic versioning and aims at providing no backwards compatibility breaking changes during a major release cycle (#2).
Minor Changes
- Remove unused code (#1).
Removed Features (previously deprecated)
- Remove package
antsibull_core.utils.transformations
(#1).
0.1.0
Release Summary
Initial release.