Skip to content

Commit

Permalink
Release 0.24.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Feb 9, 2024
1 parent a5591c6 commit 49ad316
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 17 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Ansible Changelog Tool Release Notes

.. contents:: Topics

v0.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 (https://github.com/ansible-community/antsibull-changelog/pull/141).
- Allow to render changelogs as MarkDown. The output formats written can be controlled with the ``output_formats`` option in the config file (https://github.com/ansible-community/antsibull-changelog/pull/139).
- Officially support Python 3.12 (https://github.com/ansible-community/antsibull-changelog/pull/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 <https://github.com/ansible-community/antsibull-changelog/pull/139>`__ for information on how to stop using them (https://github.com/ansible-community/antsibull-changelog/pull/139).

v0.23.0
=======

Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,27 @@ releases:
- 130-generate-version.yml
- 131-generate.yml
release_date: '2023-08-10'
0.24.0:
changes:
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 <https://github.com/ansible-community/antsibull-changelog/pull/139>`__
for information on how to stop using them (https://github.com/ansible-community/antsibull-changelog/pull/139).
minor_changes:
- Allow automatically retrieving package version for hatch projects with the
``hatch version`` command (https://github.com/ansible-community/antsibull-changelog/pull/141).
- Allow to render changelogs as MarkDown. The output formats written can be
controlled with the ``output_formats`` option in the config file (https://github.com/ansible-community/antsibull-changelog/pull/139).
- Officially support Python 3.12 (https://github.com/ansible-community/antsibull-changelog/pull/134).
release_summary: Feature release which now allows to output MarkDown.
fragments:
- 0.24.0.yml
- 103-312.yaml
- 139-output-formats.yml
- 141-hatch-version.yaml
release_date: '2024-02-09'
0.3.0:
changes:
minor_changes:
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/0.24.0.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/103-312.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/139-output-formats.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/141-hatch-version.yaml

This file was deleted.

0 comments on commit 49ad316

Please sign in to comment.