Skip to content

Commit

Permalink
Release 2.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 9, 2024
1 parent 4e417e0 commit 9694434
Show file tree
Hide file tree
Showing 7 changed files with 179 additions and 138 deletions.
278 changes: 148 additions & 130 deletions CHANGELOG.md

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes

.. contents:: Topics

v2.14.0
=======

Release Summary
---------------

Feature release.

Minor Changes
-------------

- Add dependency on antsibull-fileutils. Some functionality from antsibull-core is moving there, so we can use it from there directly (https://github.com/ansible-community/antsibull-docs/pull/322).
- Add deprecation markers next to module/plugin/role descriptions in lists (https://github.com/ansible-community/antsibull-docs/issues/141, https://github.com/ansible-community/antsibull-docs/pull/320).
- Remove ansible-project Google Groups mailing list from ansible.builtin links (https://github.com/ansible-community/antsibull-docs/pull/325).

v2.13.1
=======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -909,3 +909,19 @@ releases:
- 2.13.1.yml
- 318-plugin-filename.yml
release_date: '2024-08-26'
2.14.0:
changes:
minor_changes:
- Add dependency on antsibull-fileutils. Some functionality from antsibull-core
is moving there, so we can use it from there directly (https://github.com/ansible-community/antsibull-docs/pull/322).
- Add deprecation markers next to module/plugin/role descriptions in lists
(https://github.com/ansible-community/antsibull-docs/issues/141, https://github.com/ansible-community/antsibull-docs/pull/320).
- Remove ansible-project Google Groups mailing list from ansible.builtin links
(https://github.com/ansible-community/antsibull-docs/pull/325).
release_summary: Feature release.
fragments:
- 2.14.0.yml
- 320-deprecation-marker.yml
- 322-antsibull-fileutils.yml
- 325-mailing-list.yml
release_date: '2024-09-09'
1 change: 0 additions & 1 deletion changelogs/fragments/2.14.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/320-deprecation-marker.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/322-antsibull-fileutils.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/325-mailing-list.yml

This file was deleted.

0 comments on commit 9694434

Please sign in to comment.