Skip to content

0.31.0

Compare
Choose a tag to compare
@felixfontein felixfontein released this 19 Oct 19:23
· 5 commits to main since this release

Release Summary

Feature release.

Minor Changes

  • Add --strict parameter to the lint-changelog-yaml subcommand to also check for extra fields that should not be there (#182).
  • Declare support for Python 3.13 (#180).
  • Python API: allow to extract extra data when loading changelog files, and allow to insert extra data when saving (#181).
  • Python API: allow to preprocess changelog.yaml before linting (#181).

Breaking Changes / Porting Guide

  • More internal code related to the old changelog format has been removed. This only potentially affects other projects which consume antsibull-changelog as a library. The sister antsibull projects antsibull-build and antsibull-docs might only be affected in older versions. Users of the antsibull-changelog CLI tool are not affected by this change (#179).