Skip to content

Commit

Permalink
Release 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed May 19, 2023
1 parent 8026929 commit b6b82d7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 22 deletions.
21 changes: 5 additions & 16 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,13 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes
.. contents:: Topics


v2.0.0a2
========

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

Hotfix to make ``sphinx-init`` work properly.

Bugfixes
--------

- Bump version range of antsibull-docs requirement written by ``sphinx-init`` subcommand to ``>= 2.0.0a2, < 3.0.0``. Previously, this was set to ``>=2.0.0, <3.0.0`` which could not be satisfied (https://github.com/ansible-community/antsibull-docs/pull/149).

v2.0.0a1
========
v2.0.0
======

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

Pre-release of new major 2.0.0 release.
Major new release that drops support for older Python and Ansible/ansible-base/ansible-core versions.

Major Changes
-------------
Expand All @@ -36,6 +23,7 @@ Minor Changes

- Allow to use the currently installed ansible-core version for the ``devel`` and ``stable`` subcommands (https://github.com/ansible-community/antsibull-docs/pull/121).
- Ansibull-docs now no longer depends directly on ``sh`` (https://github.com/ansible-community/antsibull-docs/pull/122).
- Bump version range of antsibull-docs requirement written by ``sphinx-init`` subcommand to ``>= 2.0.0, < 3.0.0``. Previously, this was set to ``>=2.0.0a2, <3.0.0`` (https://github.com/ansible-community/antsibull-docs/pull/151).
- Now depends antsibull-core 2.0.0 or newer; antsibull-core 1.x.y is no longer supported (https://github.com/ansible-community/antsibull-docs/pull/122).
- Remove residual compatability code for Python 3.6 and 3.7 (https://github.com/ansible-community/antsibull-docs/pulls/70).
- Support a per-collection docs config file ``docs/docsite/config.yml``. It is also linted by the ``lint-collection-docs`` subcommand (https://github.com/ansible-community/antsibull-docs/pull/134).
Expand All @@ -54,6 +42,7 @@ Breaking Changes / Porting Guide
Bugfixes
--------

- Bump version range of antsibull-docs requirement written by ``sphinx-init`` subcommand to ``>= 2.0.0a2, < 3.0.0``. Previously, this was set to ``>=2.0.0, <3.0.0`` which could not be satisfied (https://github.com/ansible-community/antsibull-docs/pull/149).
- Use ``doc_parsing_backend`` from the application context instead of the library context. This prevents removal of ``doc_parsing_backend`` from the antsibull-core library context (https://github.com/ansible-community/antsibull-docs/pull/125).

v1.11.0
Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,18 @@ releases:
- 90-callbacks.yml
- 92-sphinx-init-build-sh.yml
release_date: '2023-01-12'
2.0.0:
changes:
minor_changes:
- Bump version range of antsibull-docs requirement written by ``sphinx-init``
subcommand to ``>= 2.0.0, < 3.0.0``. Previously, this was set to ``>=2.0.0a2,
<3.0.0`` (https://github.com/ansible-community/antsibull-docs/pull/151).
release_summary: Major new release that drops support for older Python and Ansible/ansible-base/ansible-core
versions.
fragments:
- 151-changes.yml
- 2.0.0.yml
release_date: '2023-05-19'
2.0.0a1:
changes:
breaking_changes:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/151-changes.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/2.0.0.yml

This file was deleted.

0 comments on commit b6b82d7

Please sign in to comment.