From b6b82d707b670ed65cea31c2a1cf949e5a7cb586 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 19 May 2023 08:32:19 +0200 Subject: [PATCH] Release 2.0.0. --- CHANGELOG.rst | 21 +++++---------------- changelogs/changelog.yaml | 12 ++++++++++++ changelogs/fragments/151-changes.yml | 2 -- changelogs/fragments/2.0.0.yml | 4 ---- 4 files changed, 17 insertions(+), 22 deletions(-) delete mode 100644 changelogs/fragments/151-changes.yml delete mode 100644 changelogs/fragments/2.0.0.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 061745dd..8138ed09 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ------------- @@ -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). @@ -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 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 130edec3..a4b2cdc0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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: diff --git a/changelogs/fragments/151-changes.yml b/changelogs/fragments/151-changes.yml deleted file mode 100644 index 5b063563..00000000 --- a/changelogs/fragments/151-changes.yml +++ /dev/null @@ -1,2 +0,0 @@ -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)." diff --git a/changelogs/fragments/2.0.0.yml b/changelogs/fragments/2.0.0.yml deleted file mode 100644 index 21526085..00000000 --- a/changelogs/fragments/2.0.0.yml +++ /dev/null @@ -1,4 +0,0 @@ -release_summary: Major new release that drops support for older Python and Ansible/ansible-base/ansible-core - versions. - -