From 4428daa41190a626ab0b2a198cd3a0c462eed831 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 4 Aug 2022 23:06:49 +0200 Subject: [PATCH] Release 2.5.0. --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ changelogs/fragments/2.5.0.yml | 1 - changelogs/fragments/491-licenses.yml | 2 -- 4 files changed, 25 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/2.5.0.yml delete mode 100644 changelogs/fragments/491-licenses.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c950bb03..7a1f17a5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community Crypto Release Notes .. contents:: Topics +v2.5.0 +====== + +Release Summary +--------------- + +Maintenance release with improved licensing declaration and documentation fixes. + +Minor Changes +------------- + +- All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not automatically generated (https://github.com/ansible-collections/community.crypto/pull/491). + v2.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index bca16636..2c5c16c6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -941,3 +941,15 @@ releases: - 487-openssl_pkcs12-other-certs-crash.yml - deprecate-ansible-2.9-2.10.yml release_date: '2022-07-09' + 2.5.0: + changes: + minor_changes: + - All software licenses are now in the ``LICENSES/`` directory of the collection + root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable + license for every file that is not automatically generated (https://github.com/ansible-collections/community.crypto/pull/491). + release_summary: Maintenance release with improved licensing declaration and + documentation fixes. + fragments: + - 2.5.0.yml + - 491-licenses.yml + release_date: '2022-08-04' diff --git a/changelogs/fragments/2.5.0.yml b/changelogs/fragments/2.5.0.yml deleted file mode 100644 index 7352089c..00000000 --- a/changelogs/fragments/2.5.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Maintenance release with improved licensing declaration and documentation fixes. diff --git a/changelogs/fragments/491-licenses.yml b/changelogs/fragments/491-licenses.yml deleted file mode 100644 index ec237b76..00000000 --- a/changelogs/fragments/491-licenses.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not automatically generated (https://github.com/ansible-collections/community.crypto/pull/491)."