From c3dd146220bea11c2b7adf557142edc01e98c089 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 3 Nov 2020 21:46:32 +0300 Subject: [PATCH] Generate changelog for release 1.1.1, remove fragments --- changelogs/CHANGELOG.rst | 16 ++++++++++++++++ changelogs/changelog.yaml | 15 +++++++++++++++ changelogs/fragments/1.1.1.yml | 4 ---- ...-mysql_query_fix_single_query_with_commas.yml | 2 -- 4 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 changelogs/fragments/1.1.1.yml delete mode 100644 changelogs/fragments/53-mysql_query_fix_single_query_with_commas.yml diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index b2013fb..928f1ef 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -5,6 +5,22 @@ Community MySQL Collection Release Notes .. contents:: Topics +v1.1.1 +====== + +Release Summary +--------------- + +This is the patch release of the ``community.mysql`` collection. +This changelog contains all changes to the modules in this collection that +have been added after the release of ``community.mysql`` 1.1.0. + + +Bugfixes +-------- + +- mysql_query - fix failing when single-row query contains commas (https://github.com/ansible-collections/community.mysql/issues/51). + v1.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fee170d..55c280e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -153,3 +153,18 @@ releases: - 44-close-connection.yml - 47-mysql_modules_fix_failings_when_include_dir_in_config_file.yml release_date: '2020-10-13' + 1.1.1: + changes: + bugfixes: + - mysql_query - fix failing when single-row query contains commas (https://github.com/ansible-collections/community.mysql/issues/51). + release_summary: 'This is the patch release of the ``community.mysql`` collection. + + This changelog contains all changes to the modules in this collection that + + have been added after the release of ``community.mysql`` 1.1.0. + + ' + fragments: + - 1.1.1.yml + - 53-mysql_query_fix_single_query_with_commas.yml + release_date: '2020-11-03' diff --git a/changelogs/fragments/1.1.1.yml b/changelogs/fragments/1.1.1.yml deleted file mode 100644 index 1d44ea2..0000000 --- a/changelogs/fragments/1.1.1.yml +++ /dev/null @@ -1,4 +0,0 @@ -release_summary: | - This is the patch release of the ``community.mysql`` collection. - This changelog contains all changes to the modules in this collection that - have been added after the release of ``community.mysql`` 1.1.0. diff --git a/changelogs/fragments/53-mysql_query_fix_single_query_with_commas.yml b/changelogs/fragments/53-mysql_query_fix_single_query_with_commas.yml deleted file mode 100644 index 8bcd1c5..0000000 --- a/changelogs/fragments/53-mysql_query_fix_single_query_with_commas.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- mysql_query - fix failing when single-row query contains commas (https://github.com/ansible-collections/community.mysql/issues/51).