Skip to content

Commit

Permalink
Release 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 25, 2022
1 parent 0e797d4 commit 6dcb12e
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 15 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes
.. contents:: Topics


v1.6.0
======

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

Bugfix and feature release.

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

- Allow to specify choices as dictionary instead of list (https://github.com/ansible-community/antsibull-docs/pull/36).
- Use JSON serializer to format choices (https://github.com/ansible-community/antsibull-docs/pull/37).
- Use special serializer to format INI values in examples (https://github.com/ansible-community/antsibull-docs/pull/37).

Bugfixes
--------

- Avoid collection names with ``_`` in them appear wrongly escaped in the HTML output (https://github.com/ansible-community/antsibull-docs/pull/41).
- For INI examples which have no default, write ``VALUE`` as intended instead of ``None`` (https://github.com/ansible-community/antsibull-docs/pull/37).
- Format lists correctly for INI examples (https://github.com/ansible-community/antsibull-docs/pull/37).
- The ``sphinx-init`` subcommand's ``requirement.txt`` file avoids Sphinx 5.2.0.post0, which triggers a bug in sphinx-rtd-theme which happens to be the parent theme of the default theme sphinx_ansible_theme used by ``sphinx-init`` (https://github.com/ansible-community/antsibull-docs/issues/39, https://github.com/ansible-community/antsibull-docs/pull/40).

v1.5.0
======

Expand Down
24 changes: 24 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,27 @@ releases:
- 33-remove-test-filter-aliases.yml
- 34-version_added.yml
release_date: '2022-09-14'
1.6.0:
changes:
bugfixes:
- Avoid collection names with ``_`` in them appear wrongly escaped in the HTML
output (https://github.com/ansible-community/antsibull-docs/pull/41).
- For INI examples which have no default, write ``VALUE`` as intended instead
of ``None`` (https://github.com/ansible-community/antsibull-docs/pull/37).
- Format lists correctly for INI examples (https://github.com/ansible-community/antsibull-docs/pull/37).
- The ``sphinx-init`` subcommand's ``requirement.txt`` file avoids Sphinx 5.2.0.post0,
which triggers a bug in sphinx-rtd-theme which happens to be the parent theme
of the default theme sphinx_ansible_theme used by ``sphinx-init`` (https://github.com/ansible-community/antsibull-docs/issues/39,
https://github.com/ansible-community/antsibull-docs/pull/40).
minor_changes:
- Allow to specify choices as dictionary instead of list (https://github.com/ansible-community/antsibull-docs/pull/36).
- Use JSON serializer to format choices (https://github.com/ansible-community/antsibull-docs/pull/37).
- Use special serializer to format INI values in examples (https://github.com/ansible-community/antsibull-docs/pull/37).
release_summary: Bugfix and feature release.
fragments:
- 1.6.0.yml
- 36-choices-dict.yml
- 37-choices-ini-json.yml
- 40-sphinx-init-restriction.yml
- 41-version_added.yml
release_date: '2022-09-25'
1 change: 0 additions & 1 deletion changelogs/fragments/1.6.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/36-choices-dict.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/37-choices-ini-json.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/40-sphinx-init-restriction.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/41-version_added.yml

This file was deleted.

0 comments on commit 6dcb12e

Please sign in to comment.