From 61eb0e7979ee15254aca2585e4781fae43cd0542 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Nov 2024 18:17:50 +0100 Subject: [PATCH] Release 2.16.0. --- CHANGELOG.md | 290 ++++++++++-------- CHANGELOG.rst | 15 + changelogs/changelog.yaml | 12 + changelogs/fragments/2.16.0.yml | 1 - .../fragments/352-cancel-deprecation.yml | 3 - changelogs/fragments/python-3.13.yml | 2 - 6 files changed, 181 insertions(+), 142 deletions(-) delete mode 100644 changelogs/fragments/2.16.0.yml delete mode 100644 changelogs/fragments/352-cancel-deprecation.yml delete mode 100644 changelogs/fragments/python-3.13.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index ecaf8867..2a4ad57a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,167 +2,185 @@ **Topics** -- v2\.15\.0 +- v2\.16\.0 - Release Summary - Minor Changes -- v2\.14\.0 +- v2\.15\.0 - Release Summary - Minor Changes -- v2\.13\.1 +- v2\.14\.0 - Release Summary + - Minor Changes +- v2\.13\.1 + - Release Summary - Bugfixes - v2\.13\.0 - - Release Summary - - Minor Changes - - Bugfixes -- v2\.12\.0 - Release Summary - Minor Changes - - Bugfixes -- v2\.11\.0 + - Bugfixes +- v2\.12\.0 - Release Summary - Minor Changes - - Bugfixes -- v2\.10\.0 + - Bugfixes +- v2\.11\.0 - Release Summary - Minor Changes - - Bugfixes -- v2\.9\.0 + - Bugfixes +- v2\.10\.0 - Release Summary - Minor Changes -- v2\.8\.0 + - Bugfixes +- v2\.9\.0 - Release Summary - Minor Changes - - Bugfixes -- v2\.7\.0 +- v2\.8\.0 - Release Summary - Minor Changes + - Bugfixes +- v2\.7\.0 + - Release Summary + - Minor Changes - Bugfixes - v2\.6\.1 - - Release Summary + - Release Summary - Bugfixes - v2\.6\.0 - - Release Summary - - Minor Changes - - Bugfixes -- v2\.5\.0 - Release Summary - Minor Changes -- v2\.4\.0 + - Bugfixes +- v2\.5\.0 - Release Summary - Minor Changes +- v2\.4\.0 + - Release Summary + - Minor Changes - Deprecated Features - Bugfixes - Known Issues - v2\.3\.1 - - Release Summary + - Release Summary - Bugfixes - v2\.3\.0 - - Release Summary - - Minor Changes - - Bugfixes -- v2\.2\.0 - Release Summary - Minor Changes - - Bugfixes -- v2\.1\.0 + - Bugfixes +- v2\.2\.0 - Release Summary - Minor Changes + - Bugfixes +- v2\.1\.0 + - Release Summary + - Minor Changes - Bugfixes - v2\.0\.0 - - Release Summary + - Release Summary - Major Changes - - Minor Changes + - Minor Changes - Breaking Changes / Porting Guide - Bugfixes - v1\.11\.0 - - Release Summary - - Minor Changes -- v1\.10\.0 - Release Summary - - Major Changes - Minor Changes - - Bugfixes -- v1\.9\.0 +- v1\.10\.0 - Release Summary + - Major Changes - Minor Changes -- v1\.8\.2 + - Bugfixes +- v1\.9\.0 - Release Summary + - Minor Changes +- v1\.8\.2 + - Release Summary - Bugfixes - v1\.8\.1 - - Release Summary + - Release Summary - Bugfixes - v1\.8\.0 - - Release Summary - - Minor Changes + - Release Summary + - Minor Changes - Bugfixes - v1\.7\.4 - - Release Summary + - Release Summary - Bugfixes - v1\.7\.3 - - Release Summary + - Release Summary - Bugfixes - v1\.7\.2 - - Release Summary + - Release Summary - Bugfixes - v1\.7\.1 - - Release Summary + - Release Summary - Bugfixes - v1\.7\.0 - - Release Summary - - Minor Changes + - Release Summary + - Minor Changes - Bugfixes - v1\.6\.1 - - Release Summary + - Release Summary - Bugfixes - v1\.6\.0 - - Release Summary - - Minor Changes - - Bugfixes -- v1\.5\.0 - Release Summary - Minor Changes - - Bugfixes -- v1\.4\.0 + - Bugfixes +- v1\.5\.0 - Release Summary - Minor Changes - - Bugfixes -- v1\.3\.0 + - Bugfixes +- v1\.4\.0 - Release Summary - Minor Changes + - Bugfixes +- v1\.3\.0 + - Release Summary + - Minor Changes - Bugfixes - v1\.2\.2 - - Release Summary + - Release Summary - Bugfixes - v1\.2\.1 - - Release Summary + - Release Summary - Bugfixes - v1\.2\.0 - - Release Summary - - Minor Changes - - Bugfixes -- v1\.1\.0 - Release Summary - Minor Changes -- v1\.0\.1 + - Bugfixes +- v1\.1\.0 - Release Summary + - Minor Changes +- v1\.0\.1 + - Release Summary - Bugfixes - v1\.0\.0 - - Release Summary + - Release Summary - Major Changes - - Minor Changes + - Minor Changes - v0\.1\.0 - - Release Summary + - Release Summary + + +## v2\.16\.0 + + +### Release Summary + +Feature release\. + + +### Minor Changes + +* Allow to cancel collection deprecations \([https\://github\.com/ansible\-community/antsibull\-docs/pull/352](https\://github\.com/ansible\-community/antsibull\-docs/pull/352)\)\. +* Declare support for Python 3\.13 \([https\://github\.com/ansible\-community/antsibull\-docs/pull/349](https\://github\.com/ansible\-community/antsibull\-docs/pull/349)\)\. +* antsibull\-docs now depends on antsibull\-core \>\= 3\.4\.0 \([https\://github\.com/ansible\-community/antsibull\-docs/pull/352](https\://github\.com/ansible\-community/antsibull\-docs/pull/352)\)\. ## v2\.15\.0 - + ### Release Summary Bugfix and feature release which migrates to Pydantic 2\. - + ### Minor Changes * Migrated all models to Pydantic 2\. This is mostly transparent\, except that validation error messages slightly change\, and that some validation is more strict\. For example\, if a boolean is used instead of a string\, say in a description\, this now results in an error instead of a silent coercion\. Numbers are still accepted for strings \(for example version\_added with float values like 2\.14\) \([https\://github\.com/ansible\-community/antsibull\-docs/pull/331](https\://github\.com/ansible\-community/antsibull\-docs/pull/331)\, [https\://github\.com/ansible\-community/antsibull\-core/pull/333](https\://github\.com/ansible\-community/antsibull\-core/pull/333)\, [https\://github\.com/ansible\-community/antsibull\-core/pull/344](https\://github\.com/ansible\-community/antsibull\-core/pull/344)\)\. @@ -175,12 +193,12 @@ Bugfix and feature release which migrates to Pydantic 2\. ## v2\.14\.0 - + ### Release Summary Feature release\. - + ### Minor Changes * Add dependency on antsibull\-fileutils\. Some functionality from antsibull\-core is moving there\, so we can use it from there directly \([https\://github\.com/ansible\-community/antsibull\-docs/pull/322](https\://github\.com/ansible\-community/antsibull\-docs/pull/322)\)\. @@ -190,7 +208,7 @@ Feature release\. ## v2\.13\.1 - + ### Release Summary Bugfix release\. @@ -203,12 +221,12 @@ Bugfix release\. ## v2\.13\.0 - + ### Release Summary Bugfix and feature release\. - + ### Minor Changes * Allow to disable adding the antsibull\-docs version to the generated files with the \-\-no\-add\-antsibull\-docs\-version command line flag\, or the add\_antsibull\_docs\_version \= false setting in the antsibull\-docs config file \([https\://github\.com/ansible\-community/antsibull\-docs/issues/304](https\://github\.com/ansible\-community/antsibull\-docs/issues/304)\, [https\://github\.com/ansible\-community/antsibull\-docs/pull/308](https\://github\.com/ansible\-community/antsibull\-docs/pull/308)\)\. @@ -227,12 +245,12 @@ Bugfix and feature release\. ## v2\.12\.0 - + ### Release Summary Bugfix and feature release\. - + ### Minor Changes * Allow to mention forums in the Communication section of collection links \([https\://github\.com/ansible\-community/antsibull\-docs/pull/288](https\://github\.com/ansible\-community/antsibull\-docs/pull/288)\)\. @@ -251,12 +269,12 @@ Bugfix and feature release\. ## v2\.11\.0 - + ### Release Summary Feature and bugfix release\. - + ### Minor Changes * Support examples for role entrypoints \([https\://github\.com/ansible\-community/antsibull\-docs/pull/244](https\://github\.com/ansible\-community/antsibull\-docs/pull/244)\)\. @@ -270,12 +288,12 @@ Feature and bugfix release\. ## v2\.10\.0 - + ### Release Summary Bugfix and feature release\. - + ### Minor Changes * It is now possible to render the collection changelog as part of the collection docsite by using the changelog option in docs/docsite/config\.yml \([https\://github\.com/ansible\-community/antsibull\-docs/issues/31](https\://github\.com/ansible\-community/antsibull\-docs/issues/31)\, [https\://github\.com/ansible\-community/antsibull\-docs/pull/267](https\://github\.com/ansible\-community/antsibull\-docs/pull/267)\)\. @@ -289,12 +307,12 @@ Bugfix and feature release\. ## v2\.9\.0 - + ### Release Summary Maintenance release\. - + ### Minor Changes * Add support for the antsibull\-core v3 \([https\://github\.com/ansible\-community/antsibull\-docs/pull/261](https\://github\.com/ansible\-community/antsibull\-docs/pull/261)\)\. @@ -302,12 +320,12 @@ Maintenance release\. ## v2\.8\.0 - + ### Release Summary Bugfix and feature release\. - + ### Minor Changes * Add support for \"dark mode\" to the option table styling \([https\://github\.com/ansible\-community/antsibull\-docs/pull/253](https\://github\.com/ansible\-community/antsibull\-docs/pull/253)\, [https\://github\.com/ansible\-community/antsibull\-docs/pull/258](https\://github\.com/ansible\-community/antsibull\-docs/pull/258)\)\. @@ -323,12 +341,12 @@ Bugfix and feature release\. ## v2\.7\.0 - + ### Release Summary Bugfix and refactoring release\. - + ### Minor Changes * Explicitly set up Galaxy context instead of relying on deprecated functionality \([https\://github\.com/ansible\-community/antsibull\-docs/pull/234](https\://github\.com/ansible\-community/antsibull\-docs/pull/234)\)\. @@ -344,7 +362,7 @@ Bugfix and refactoring release\. ## v2\.6\.1 - + ### Release Summary Bugfix release\. @@ -358,12 +376,12 @@ Bugfix release\. ## v2\.6\.0 - + ### Release Summary Fix parsing of EXAMPLES and improve error message - + ### Minor Changes * Improve error messages when calls to ansible\-doc fail \([https\://github\.com/ansible\-community/antsibull\-docs/pull/223](https\://github\.com/ansible\-community/antsibull\-docs/pull/223)\)\. @@ -376,12 +394,12 @@ Fix parsing of EXAMPLES and improve error message ## v2\.5\.0 - + ### Release Summary Release to support the updated Ansible Galaxy codebase\. - + ### Minor Changes * The default collection URL template has been changed from https\://galaxy\.ansible\.com/\{namespace\}/\{name\} to https\://galaxy\.ansible\.com/ui/repo/published/\{namespace\}/\{name\}/ to adjust for the Galaxy codebase change on September 30th\, 2023 \([https\://github\.com/ansible\-community/antsibull\-docs/issues/147](https\://github\.com/ansible\-community/antsibull\-docs/issues/147)\, [https\://github\.com/ansible\-community/antsibull\-docs/pull/220](https\://github\.com/ansible\-community/antsibull\-docs/pull/220)\)\. @@ -389,7 +407,7 @@ Release to support the updated Ansible Galaxy codebase\. ## v2\.4\.0 - + ### Release Summary Bugfix and feature release\. Improves support for other builders than html\. @@ -398,7 +416,7 @@ There will be a follow\-up release after [Ansible Galaxy](https\://galaxy\.ansib switched to the new galaxy\_ng codebase\, which is scheduled for September 30th\. That release will only adjust the URLs to Galaxy\, except potentially bugfixes\. - + ### Minor Changes * Add basic support for other HTML based Sphinx builders such as epub and singlehtml \([https\://github\.com/ansible\-community/antsibull\-docs/pull/201](https\://github\.com/ansible\-community/antsibull\-docs/pull/201)\)\. @@ -441,7 +459,7 @@ That release will only adjust the URLs to Galaxy\, except potentially bugfixes\. ## v2\.3\.1 - + ### Release Summary Bugfix release with a CSS fix for the Sphinx extension\. @@ -454,12 +472,12 @@ Bugfix release with a CSS fix for the Sphinx extension\. ## v2\.3\.0 - + ### Release Summary Bugfix and feature release\. - + ### Minor Changes * Add a \:ansplugin\: role to the Sphinx extension\. This allows to reference a module\, plugin\, or role with the fqcn\#type syntax from semantic markup instead of having to manually compose a ansible\_collections\.\{fqcn\}\_\{type\} label\. An explicit reference title can also be provided with the title \ syntax similar to the \:ref\: role \([https\://github\.com/ansible\-community/antsibull\-docs/pull/180](https\://github\.com/ansible\-community/antsibull\-docs/pull/180)\)\. @@ -479,12 +497,12 @@ Bugfix and feature release\. ## v2\.2\.0 - + ### Release Summary Bugfix and feature release improving rendering and linting\. - + ### Minor Changes * Collection docs linter \- also validate seealso module and plugin destinations \([https\://github\.com/ansible\-community/antsibull\-docs/issues/168](https\://github\.com/ansible\-community/antsibull\-docs/issues/168)\, [https\://github\.com/ansible\-community/antsibull\-docs/pull/171](https\://github\.com/ansible\-community/antsibull\-docs/pull/171)\)\. @@ -501,12 +519,12 @@ Bugfix and feature release improving rendering and linting\. ## v2\.1\.0 - + ### Release Summary Feature and bugfix release with many improvements related to semantic markup and validation\. - + ### Minor Changes * Add option \-\-disallow\-unknown\-collection\-refs to disallow references to other collections than the one covered by \-\-validate\-collection\-refs \([https\://github\.com/ansible\-community/antsibull\-docs/pull/157](https\://github\.com/ansible\-community/antsibull\-docs/pull/157)\)\. @@ -528,7 +546,7 @@ Feature and bugfix release with many improvements related to semantic markup and ## v2\.0\.0 - + ### Release Summary Major new release that drops support for older Python and Ansible/ansible\-base/ansible\-core versions\. @@ -538,7 +556,7 @@ Major new release that drops support for older Python and Ansible/ansible\-base/ * Change pyproject build backend from poetry\-core to hatchling\. pip install antsibull\-docs works exactly the same as before\, but some users may be affected depending on how they build/install the project \([https\://github\.com/ansible\-community/antsibull\-docs/pull/115](https\://github\.com/ansible\-community/antsibull\-docs/pull/115)\)\. - + ### 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](https\://github\.com/ansible\-community/antsibull\-docs/pull/121)\)\. @@ -568,12 +586,12 @@ Major new release that drops support for older Python and Ansible/ansible\-base/ ## v1\.11\.0 - + ### Release Summary Feature release\. - + ### Minor Changes * Add support for semantic markup in roles \([https\://github\.com/ansible\-community/antsibull\-docs/pull/113](https\://github\.com/ansible\-community/antsibull\-docs/pull/113)\)\. @@ -584,7 +602,7 @@ Feature release\. ## v1\.10\.0 - + ### Release Summary Bugfix and feature release\. @@ -594,7 +612,7 @@ Bugfix and feature release\. * Support new semantic markup in documentation \([https\://github\.com/ansible\-community/antsibull\-docs/pull/4](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](https\://github\.com/ansible\-community/antsibull\-docs/pull/101)\)\. @@ -609,12 +627,12 @@ Bugfix and feature release\. ## v1\.9\.0 - + ### Release Summary Feature release\. - + ### Minor Changes * Improve build script generated by antsibull\-docs sphinx\-init to change to the directory where the script is located\, instead of hardcoding the script\'s path\. This also fixed the existing bug that the path was not quoted \([https\://github\.com/ansible\-community/antsibull\-docs/issues/91](https\://github\.com/ansible\-community/antsibull\-docs/issues/91)\, [https\://github\.com/ansible\-community/antsibull\-docs/pull/92](https\://github\.com/ansible\-community/antsibull\-docs/pull/92)\)\. @@ -623,7 +641,7 @@ Feature release\. ## v1\.8\.2 - + ### Release Summary Bugfix release\. @@ -636,7 +654,7 @@ Bugfix release\. ## v1\.8\.1 - + ### Release Summary Bugfix release\. @@ -649,12 +667,12 @@ Bugfix release\. ## v1\.8\.0 - + ### Release Summary Feature and bugfix release\. - + ### Minor Changes * Add new options \-\-project\, \-\-copyright\, \-\-title\, \-\-html\-short\-title\, \-\-extra\-conf\, \-\-extra\-html\-context\, and \-\-extra\-html\-theme\-options to the sphinx\-init subcommand to allow to customize the generated conf\.py Sphinx configuration \([https\://github\.com/ansible\-community/antsibull\-docs/pull/77](https\://github\.com/ansible\-community/antsibull\-docs/pull/77)\)\. @@ -674,7 +692,7 @@ Feature and bugfix release\. ## v1\.7\.4 - + ### Release Summary Bugfix release\. @@ -689,7 +707,7 @@ Bugfix release\. ## v1\.7\.3 - + ### Release Summary Bugfix release\. @@ -702,7 +720,7 @@ Bugfix release\. ## v1\.7\.2 - + ### Release Summary Bugfix release\. @@ -715,7 +733,7 @@ Bugfix release\. ## v1\.7\.1 - + ### Release Summary Bugfix release\. @@ -728,12 +746,12 @@ Bugfix release\. ## v1\.7\.0 - + ### Release Summary Bugfix and feature release\. - + ### Minor Changes * Add \-\-intersphinx option to the sphinx\-init subcommand to allow adding additional intersphinx\_mapping entries to conf\.py \([https\://github\.com/ansible\-community/antsibull\-docs/issues/35](https\://github\.com/ansible\-community/antsibull\-docs/issues/35)\, [https\://github\.com/ansible\-community/antsibull\-docs/pull/44](https\://github\.com/ansible\-community/antsibull\-docs/pull/44)\)\. @@ -753,7 +771,7 @@ Bugfix and feature release\. ## v1\.6\.1 - + ### Release Summary Bugfix release for ansible\-core 2\.14\. @@ -766,12 +784,12 @@ Bugfix release for ansible\-core 2\.14\. ## 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](https\://github\.com/ansible\-community/antsibull\-docs/pull/36)\)\. @@ -789,12 +807,12 @@ Bugfix and feature release\. ## v1\.5\.0 - + ### Release Summary Feature and bugfix release\. - + ### Minor Changes * Detect filter and test plugin aliases and avoid them being emitted multiple times\. Instead insert redirects so that stub pages will be created \([https\://github\.com/ansible\-community/antsibull\-docs/pull/33](https\://github\.com/ansible\-community/antsibull\-docs/pull/33)\)\. @@ -808,12 +826,12 @@ Feature and bugfix release\. ## v1\.4\.0 - + ### Release Summary Feature and bugfix release\. - + ### Minor Changes * The sphinx\-init subcommand now also creates an antsibull\-docs\.cfg file and moves configuration settings from CLI flags in build\.sh to this configuration file \([https\://github\.com/ansible\-community/antsibull\-docs/pull/26](https\://github\.com/ansible\-community/antsibull\-docs/pull/26)\)\. @@ -828,12 +846,12 @@ Feature and bugfix release\. ## v1\.3\.0 - + ### Release Summary Feature and bugfix release\. - + ### Minor Changes * Ensure that values for default\, choices\, and sample use the types specified for the option / return value \([https\://github\.com/ansible\-community/antsibull\-docs/pull/19](https\://github\.com/ansible\-community/antsibull\-docs/pull/19)\)\. @@ -850,7 +868,7 @@ Feature and bugfix release\. ## v1\.2\.2 - + ### Release Summary Bugfix release\. @@ -863,7 +881,7 @@ Bugfix release\. ## v1\.2\.1 - + ### Release Summary Bugfix release\. @@ -877,12 +895,12 @@ Bugfix release\. ## v1\.2\.0 - + ### Release Summary Feature and bugfix release\. - + ### Minor Changes * Support plugin seealso from the [semantic markup specification](https\://hackmd\.io/VjN60QSoRSSeRfvGmOH1lQ\?both) \([https\://github\.com/ansible\-community/antsibull\-docs/pull/8](https\://github\.com/ansible\-community/antsibull\-docs/pull/8)\)\. @@ -898,12 +916,12 @@ Feature and bugfix release\. ## v1\.1\.0 - + ### Release Summary Feature release with support for ansible\-core 2\.14\'s sidecar docs feature\. - + ### Minor Changes * If lookup plugins have a single return value starting with \_\, that return value is now labelled Return value \([https\://github\.com/ansible\-community/antsibull\-docs/pull/6](https\://github\.com/ansible\-community/antsibull\-docs/pull/6)\)\. @@ -915,7 +933,7 @@ Feature release with support for ansible\-core 2\.14\'s sidecar docs feature\. ## v1\.0\.1 - + ### Release Summary Bugfix release\. @@ -929,7 +947,7 @@ Bugfix release\. ## v1\.0\.0 - + ### Release Summary First stable release\. @@ -939,7 +957,7 @@ First stable release\. * From version 1\.0\.0 on\, antsibull\-docs is sticking to semantic versioning and aims at providing no backwards compatibility breaking changes to the command line API \(antsibull\-docs\) during a major release cycle\. We explicitly exclude code compatibility\. antsibull\-docs is not supposed to be used as a library\, and when used as a library it might not conform to semantic versioning \([https\://github\.com/ansible\-community/antsibull\-docs/pull/2](https\://github\.com/ansible\-community/antsibull\-docs/pull/2)\)\. - + ### Minor Changes * Only mention \'These are the collections with docs hosted on docs\.ansible\.com\' for stable and devel subcommands \([https\://github\.com/ansible\-community/antsibull\-docs/pull/3](https\://github\.com/ansible\-community/antsibull\-docs/pull/3)\)\. @@ -948,7 +966,7 @@ First stable release\. ## v0\.1\.0 - + ### Release Summary Initial release\. The antsibull\-docs tool is compatible to the one from antsibull 0\.43\.0\. diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2909cd4b..3f728fd3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,21 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes .. contents:: Topics +v2.16.0 +======= + +Release Summary +--------------- + +Feature release. + +Minor Changes +------------- + +- Allow to cancel collection deprecations (https://github.com/ansible-community/antsibull-docs/pull/352). +- Declare support for Python 3.13 (https://github.com/ansible-community/antsibull-docs/pull/349). +- antsibull-docs now depends on antsibull-core >= 3.4.0 (https://github.com/ansible-community/antsibull-docs/pull/352). + v2.15.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a19fd052..2d131a2c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -956,3 +956,15 @@ releases: - 341-removed-collections.yml - 346-proxy-env.yml release_date: '2024-10-09' + 2.16.0: + changes: + minor_changes: + - Allow to cancel collection deprecations (https://github.com/ansible-community/antsibull-docs/pull/352). + - Declare support for Python 3.13 (https://github.com/ansible-community/antsibull-docs/pull/349). + - antsibull-docs now depends on antsibull-core >= 3.4.0 (https://github.com/ansible-community/antsibull-docs/pull/352). + release_summary: Feature release. + fragments: + - 2.16.0.yml + - 352-cancel-deprecation.yml + - python-3.13.yml + release_date: '2024-11-16' diff --git a/changelogs/fragments/2.16.0.yml b/changelogs/fragments/2.16.0.yml deleted file mode 100644 index 512efc99..00000000 --- a/changelogs/fragments/2.16.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Feature release. diff --git a/changelogs/fragments/352-cancel-deprecation.yml b/changelogs/fragments/352-cancel-deprecation.yml deleted file mode 100644 index 6d5eeba2..00000000 --- a/changelogs/fragments/352-cancel-deprecation.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - "Allow to cancel collection deprecations (https://github.com/ansible-community/antsibull-docs/pull/352)." - - "antsibull-docs now depends on antsibull-core >= 3.4.0 (https://github.com/ansible-community/antsibull-docs/pull/352)." diff --git a/changelogs/fragments/python-3.13.yml b/changelogs/fragments/python-3.13.yml deleted file mode 100644 index 245aeb43..00000000 --- a/changelogs/fragments/python-3.13.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - Declare support for Python 3.13 (https://github.com/ansible-community/antsibull-docs/pull/349).