From c818c153f3f7871f414a7f83ce52794b2c114edd Mon Sep 17 00:00:00 2001 From: Rainer Leber <39616583+rainerleber@users.noreply.github.com> Date: Tue, 19 Jul 2022 08:13:31 +0200 Subject: [PATCH] Release 1.2.0 (#13) --- CHANGELOG.rst | 30 +++++++++++++++---- changelogs/changelog.yaml | 18 +++++++++++ .../11-sap_system_facts_fix_typo.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 44 insertions(+), 8 deletions(-) delete mode 100644 changelogs/fragments/11-sap_system_facts_fix_typo.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c67c50d..c22eb77 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,17 +1,37 @@ -================================ -Community SAP_LIBS Release Notes -================================ +=========================== +Community SAP Release Notes +=========================== .. contents:: Topics +v1.2.0 +====== + +Release Summary +--------------- + +This is the minor release of the ``community.sap_libs`` collection. +This changelog contains changes to the modules and plugins in this collection +that have been made after the previous release. + +Bugfixes +-------- + +- syp_system_facts - fix a typo in the usage example which lead to an error if it used as supposed. + +New Modules +----------- + +- sap_pyrfc - This module executes rfc functions. + v1.1.0 ====== Release Summary --------------- -This is the first minor release of the ``community.sap_libs`` collection. +This is the minor release of the ``community.sap_libs`` collection. This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release. @@ -29,7 +49,7 @@ v1.0.0 Release Summary --------------- -This is the first major release of the ``community.sap_libs`` collection. It is the initial relase for the ``community.sap_libs`` collection +This is the minor release of the ``community.sap`` collection. It is the initial relase for the ``community.sap`` collection New Modules ----------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4023ba4..eb660f0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -43,3 +43,21 @@ releases: name: sapcontrol namespace: system release_date: '2022-05-17' + 1.2.0: + changes: + bugfixes: + - syp_system_facts - fix a typo in the usage example which lead to an error + if it used as supposed. + release_summary: 'This is the minor release of the ``community.sap_libs`` collection. + + This changelog contains all changes to the modules and plugins in this collection + + that have been made after the previous release.' + fragments: + - 1.2.0.yml + - 11-sap_system_facts_fix_typo.yml + modules: + - description: This module executes rfc functions. + name: sap_pyrfc + namespace: '' + release_date: '2022-07-18' diff --git a/changelogs/fragments/11-sap_system_facts_fix_typo.yml b/changelogs/fragments/11-sap_system_facts_fix_typo.yml deleted file mode 100644 index a344d90..0000000 --- a/changelogs/fragments/11-sap_system_facts_fix_typo.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - syp_system_facts - fix a typo in the usage example which lead to an error if it used as supposed. diff --git a/galaxy.yml b/galaxy.yml index d784b86..0511c2b 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: community name: sap_libs -version: 1.1.0 +version: 1.2.0 readme: README.md authors: - Rainer Leber (github.com/rainerleber)