Skip to content

Commit 0a6af6c

Browse files
committed
Release 1.9.0.
1 parent f72891b commit 0a6af6c

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes
55
.. contents:: Topics
66

77

8+
v1.9.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Feature release.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Improve build script generated by ``antsibull-docs sphinx-init`` to change to the directory where the script is located, instead of hardcoding the script's path. This also fixed the existing bug that the path was not quoted (https://github.com/ansible-community/antsibull-docs/issues/91, https://github.com/ansible-community/antsibull-docs/pull/92).
20+
- Show callback plugin type on callback plugin pages. Also write callback indexes by callback plugin type (https://github.com/ansible-community/antsibull-docs/issues/89, https://github.com/ansible-community/antsibull-docs/pull/90).
21+
822
v1.8.2
923
======
1024

changelogs/changelog.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,3 +350,19 @@ releases:
350350
- 1.8.2.yml
351351
- 86-sphinx-init-html.yml
352352
release_date: '2022-12-18'
353+
1.9.0:
354+
changes:
355+
minor_changes:
356+
- Improve build script generated by ``antsibull-docs sphinx-init`` to change
357+
to the directory where the script is located, instead of hardcoding the script's
358+
path. This also fixed the existing bug that the path was not quoted (https://github.com/ansible-community/antsibull-docs/issues/91,
359+
https://github.com/ansible-community/antsibull-docs/pull/92).
360+
- Show callback plugin type on callback plugin pages. Also write callback indexes
361+
by callback plugin type (https://github.com/ansible-community/antsibull-docs/issues/89,
362+
https://github.com/ansible-community/antsibull-docs/pull/90).
363+
release_summary: Feature release.
364+
fragments:
365+
- 1.9.0.yml
366+
- 90-callbacks.yml
367+
- 92-sphinx-init-build-sh.yml
368+
release_date: '2023-01-12'

changelogs/fragments/1.9.0.yml

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

changelogs/fragments/90-callbacks.yml

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

changelogs/fragments/92-sphinx-init-build-sh.yml

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

0 commit comments

Comments
 (0)