Skip to content

Commit

Permalink
Release 1.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Mar 13, 2023
1 parent 90f5a91 commit f47a9e9
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 11 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes
.. contents:: Topics


v1.10.0
=======

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

Bugfix and feature release.

Major Changes
-------------

- Support new semantic markup in documentation (https://github.com/ansible-community/antsibull-docs/pull/4).

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

- Add a note about the ordering of positional and named parameter to the plugin page. Also mention positional and keyword parameters for lookups (https://github.com/ansible-community/antsibull-docs/pull/101).
- Update schema for roles argument spec to allow specifying attributes on the entrypoint level. These are now also rendered when present (https://github.com/ansible-community/antsibull-docs/pull/103).

Bugfixes
--------

- Explicitly declare the ``sh`` dependency and limit it to before 2.0.0. Also explicitly declare the dependencies on ``pydantic``, ``semantic_version``, ``aiohttp``, ``twiggy``, and ``PyYAML`` (https://github.com/ansible-community/antsibull-docs/pull/99).
- Restrict the ``pydantic`` dependency to major version 1 (https://github.com/ansible-community/antsibull-docs/pull/102).

v1.9.0
======

Expand Down
23 changes: 23 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,29 @@ releases:
- 1.1.0.yml
- 6-tests-filters.yml
release_date: '2022-05-03'
1.10.0:
changes:
bugfixes:
- Explicitly declare the ``sh`` dependency and limit it to before 2.0.0. Also
explicitly declare the dependencies on ``pydantic``, ``semantic_version``,
``aiohttp``, ``twiggy``, and ``PyYAML`` (https://github.com/ansible-community/antsibull-docs/pull/99).
- Restrict the ``pydantic`` dependency to major version 1 (https://github.com/ansible-community/antsibull-docs/pull/102).
major_changes:
- Support new semantic markup in documentation (https://github.com/ansible-community/antsibull-docs/pull/4).
minor_changes:
- Add a note about the ordering of positional and named parameter to the plugin
page. Also mention positional and keyword parameters for lookups (https://github.com/ansible-community/antsibull-docs/pull/101).
- Update schema for roles argument spec to allow specifying attributes on the
entrypoint level. These are now also rendered when present (https://github.com/ansible-community/antsibull-docs/pull/103).
release_summary: Bugfix and feature release.
fragments:
- 1.10.0.yml
- 101-plugin-param-ordering-note.yml
- 102-pydantic.yml
- 103-roles-schema.yml
- 4-semantic-markup.yml
- 99-sh.yml
release_date: '2023-03-13'
1.2.0:
changes:
bugfixes:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/1.10.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/101-plugin-param-ordering-note.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/102-pydantic.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/103-roles-schema.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/4-semantic-markup.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/99-sh.yml

This file was deleted.

0 comments on commit f47a9e9

Please sign in to comment.