Skip to content

Commit 07f5a1c

Browse files
committed
Release 1.2.0.
1 parent 3d11498 commit 07f5a1c

8 files changed

Lines changed: 44 additions & 13 deletions

CHANGELOG.rst

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

77

8+
v1.2.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Feature and bugfix release.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Support plugin ``seealso`` from the `semantic markup specification <https://hackmd.io/VjN60QSoRSSeRfvGmOH1lQ?both>`__ (https://github.com/ansible-community/antsibull-docs/pull/8).
20+
- The ``lint-collection-docs`` subcommand has a new boolean flag ``--plugin-docs`` which renders the plugin docs to RST and validates them with rstcheck. This can be used as a lighter version of rendering the docsite in CI (https://github.com/ansible-community/antsibull-docs/pull/12).
21+
- The files in the source repository now follow the `REUSE Specification <https://reuse.software/spec/>`_. The only exceptions are changelog fragments in ``changelogs/fragments/`` (https://github.com/ansible-community/antsibull-docs/pull/14).
22+
23+
Bugfixes
24+
--------
25+
26+
- Make sure that ``_input`` does not show up twice for test or filter arguments when the plugin mentions it in ``positional`` (https://github.com/ansible-community/antsibull-docs/pull/10).
27+
- Mark rstcheck 4.x and 5.x as compatible. Support rstcheck 6.x as well (https://github.com/ansible-community/antsibull-docs/pull/13).
28+
829
v1.1.0
930
======
1031

changelogs/changelog.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,26 @@ releases:
5656
- 1.1.0.yml
5757
- 6-tests-filters.yml
5858
release_date: '2022-05-03'
59+
1.2.0:
60+
changes:
61+
bugfixes:
62+
- Make sure that ``_input`` does not show up twice for test or filter arguments
63+
when the plugin mentions it in ``positional`` (https://github.com/ansible-community/antsibull-docs/pull/10).
64+
- Mark rstcheck 4.x and 5.x as compatible. Support rstcheck 6.x as well (https://github.com/ansible-community/antsibull-docs/pull/13).
65+
minor_changes:
66+
- Support plugin ``seealso`` from the `semantic markup specification <https://hackmd.io/VjN60QSoRSSeRfvGmOH1lQ?both>`__
67+
(https://github.com/ansible-community/antsibull-docs/pull/8).
68+
- The ``lint-collection-docs`` subcommand has a new boolean flag ``--plugin-docs``
69+
which renders the plugin docs to RST and validates them with rstcheck. This
70+
can be used as a lighter version of rendering the docsite in CI (https://github.com/ansible-community/antsibull-docs/pull/12).
71+
- The files in the source repository now follow the `REUSE Specification <https://reuse.software/spec/>`_.
72+
The only exceptions are changelog fragments in ``changelogs/fragments/`` (https://github.com/ansible-community/antsibull-docs/pull/14).
73+
release_summary: Feature and bugfix release.
74+
fragments:
75+
- 1.2.0.yml
76+
- 10-filter-test-input-positional.yml
77+
- 12-lint-collection-docs-plugin-rst.yml
78+
- 13-rstcheck.yml
79+
- 14-licenses.yml
80+
- 8-seealso-plugin.yml
81+
release_date: '2022-08-02'

changelogs/fragments/1.2.0.yml

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

changelogs/fragments/10-filter-test-input-positional.yml

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

changelogs/fragments/12-lint-collection-docs-plugin-rst.yml

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

changelogs/fragments/13-rstcheck.yml

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

changelogs/fragments/14-licenses.yml

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

changelogs/fragments/8-seealso-plugin.yml

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

0 commit comments

Comments
 (0)