From faaf1056ae42a8ef4cb97cc8cbdd30ef7ced7e0f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 10 May 2023 21:02:06 +0200 Subject: [PATCH] Release 2.0.0a2. --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 10 ++++++++++ changelogs/fragments/2.0.0a2.yml | 3 --- 3 files changed, 23 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/2.0.0a2.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 23aba7ef..061745dd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ 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 ======== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 689d0c22..130edec3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -458,3 +458,13 @@ releases: - drop-python-3.6-3.7.yaml - hatchling.yml release_date: '2023-05-07' + 2.0.0a2: + changes: + 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). + release_summary: Hotfix to make ``sphinx-init`` work properly. + fragments: + - 2.0.0a2.yml + release_date: '2023-05-10' diff --git a/changelogs/fragments/2.0.0a2.yml b/changelogs/fragments/2.0.0a2.yml deleted file mode 100644 index 57232080..00000000 --- a/changelogs/fragments/2.0.0a2.yml +++ /dev/null @@ -1,3 +0,0 @@ -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)."