Skip to content

Commit a92269e

Browse files
committed
Release 2.22.0.
1 parent 7c29192 commit a92269e

File tree

8 files changed

+415
-343
lines changed

8 files changed

+415
-343
lines changed

CHANGELOG.md

Lines changed: 229 additions & 205 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes
44

55
.. contents:: Topics
66

7+
v2.22.0
8+
=======
9+
10+
Release Summary
11+
---------------
12+
13+
Bugfix and maintenance release.
14+
15+
Minor Changes
16+
-------------
17+
18+
- Declare support for Python 3.14 (https://github.com/ansible-community/antsibull-docs/pull/425).
19+
- Uses new logging framework provided by antsibull-core. This currently has no user-observable impact, but that will change with later versions of antsibull-core (https://github.com/ansible-community/antsibull-docs/pull/414).
20+
- antsibull-docs now depends on antsibull-core 3.5.0+ (https://github.com/ansible-community/antsibull-docs/pull/414).
21+
22+
Bugfixes
23+
--------
24+
25+
- Remove unnecessary part from template (https://github.com/ansible-community/antsibull-docs/pull/423).
26+
727
v2.21.0
828
=======
929

changelogs/changelog.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,3 +1161,20 @@ releases:
11611161
- 2.21.0.yml
11621162
- 413-deprecation-index.yml
11631163
release_date: '2025-08-10'
1164+
2.22.0:
1165+
changes:
1166+
bugfixes:
1167+
- Remove unnecessary part from template (https://github.com/ansible-community/antsibull-docs/pull/423).
1168+
minor_changes:
1169+
- Declare support for Python 3.14 (https://github.com/ansible-community/antsibull-docs/pull/425).
1170+
- Uses new logging framework provided by antsibull-core. This currently has
1171+
no user-observable impact, but that will change with later versions of antsibull-core
1172+
(https://github.com/ansible-community/antsibull-docs/pull/414).
1173+
- antsibull-docs now depends on antsibull-core 3.5.0+ (https://github.com/ansible-community/antsibull-docs/pull/414).
1174+
release_summary: Bugfix and maintenance release.
1175+
fragments:
1176+
- 2.22.0.yml
1177+
- 414-logging.yml
1178+
- 423-fix.yml
1179+
- 425-python.yml
1180+
release_date: '2025-11-02'

changelogs/fragments/2.22.0.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/414-logging.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/423-fix.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/425-python.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog.md

Lines changed: 149 additions & 129 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)