0.24.0
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 theantsibull_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).