Skip to content

0.24.0

Compare
Choose a tag to compare
@felixfontein felixfontein released this 09 Feb 21:01
· 29 commits to main since this release

Release Summary

Feature release which now allows to output MarkDown.

Minor Changes

  • Allow automatically retrieving package version for hatch projects with the hatch version command (#141).
  • Allow to render changelogs as MarkDown. The output formats written can be controlled with the output_formats option in the config file (#139).
  • Officially support Python 3.12 (#134).

Deprecated Features

  • Some code in antsibull_changelog.changelog_entry has been deprecated, and the antsibull_changelog.rst module has been deprecated completely. If you use them in your own code, please take a look at the PR deprecating them for information on how to stop using them (#139).