Skip to content

Commit 2e79e5d

Browse files
committed
Release 1.0.1.
1 parent 64f2b3c commit 2e79e5d

4 files changed

Lines changed: 27 additions & 4 deletions

File tree

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.0.1
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Bugfix release.
15+
16+
Bugfixes
17+
--------
18+
19+
- Make sure that aliases of module/plugin options and return values that result in identical RST labels under docutil's normalization are only emitted once (https://github.com/ansible-community/antsibull-docs/pull/7).
20+
- Properly escape module/plugin option and return value slugs in generated HTML (https://github.com/ansible-community/antsibull-docs/pull/7).
21+
822
v1.0.0
923
======
1024

changelogs/changelog.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,16 @@ releases:
2525
- 1.yml
2626
- 3-official-docs.yml
2727
release_date: '2022-04-10'
28+
1.0.1:
29+
changes:
30+
bugfixes:
31+
- Make sure that aliases of module/plugin options and return values that result
32+
in identical RST labels under docutil's normalization are only emitted once
33+
(https://github.com/ansible-community/antsibull-docs/pull/7).
34+
- Properly escape module/plugin option and return value slugs in generated HTML
35+
(https://github.com/ansible-community/antsibull-docs/pull/7).
36+
release_summary: Bugfix release.
37+
fragments:
38+
- 1.0.1.yml
39+
- 7-label-normalization.yml
40+
release_date: '2022-04-28'

changelogs/fragments/1.0.1.yml

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

changelogs/fragments/7-label-normalization.yml

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

0 commit comments

Comments
 (0)