0.29.0
Release Summary
Feature release.
Minor Changes
- Add a
reformat
command that reformatschangelogs/changelog.yaml
to the current settings ofchangelogs/config.yaml
(#169). - Adds a new configuration option
changelog_sort
. This option allows sorting of changelog entries inchangelogs/changelog.yaml
(#165). - Replaces numbers with constants for return codes (#77).
Removed Features (previously deprecated)
- Removes support for the deprecated classic changelog format.
changes_format
must now be present and set tocombined
for ansible-core usage, and the valueclassic
is no longer allowed (#137).
Bugfixes
- Remove Python version check that was checking for Python >= 3.6 (instead of >= 3.9). This check is not really necessary since
pyproject.toml
declaresrequires-python
, and old enough Python versions where pip does not know aboutrequires-python
will not load antsibull-changelog due to syntax errors anyway (#167).