Skip to content

Commit c818c15

Browse files
authored
Release 1.2.0 (#13)
1 parent cad3449 commit c818c15

File tree

4 files changed

+44
-8
lines changed

4 files changed

+44
-8
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,37 @@
1-
================================
2-
Community SAP_LIBS Release Notes
3-
================================
1+
===========================
2+
Community SAP Release Notes
3+
===========================
44

55
.. contents:: Topics
66

77

8+
v1.2.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is the minor release of the ``community.sap_libs`` collection.
15+
This changelog contains changes to the modules and plugins in this collection
16+
that have been made after the previous release.
17+
18+
Bugfixes
19+
--------
20+
21+
- syp_system_facts - fix a typo in the usage example which lead to an error if it used as supposed.
22+
23+
New Modules
24+
-----------
25+
26+
- sap_pyrfc - This module executes rfc functions.
27+
828
v1.1.0
929
======
1030

1131
Release Summary
1232
---------------
1333

14-
This is the first minor release of the ``community.sap_libs`` collection.
34+
This is the minor release of the ``community.sap_libs`` collection.
1535
This changelog contains all changes to the modules and plugins in this collection
1636
that have been made after the previous release.
1737

@@ -29,7 +49,7 @@ v1.0.0
2949
Release Summary
3050
---------------
3151

32-
This is the first major release of the ``community.sap_libs`` collection. It is the initial relase for the ``community.sap_libs`` collection
52+
This is the minor release of the ``community.sap`` collection. It is the initial relase for the ``community.sap`` collection
3353

3454
New Modules
3555
-----------

changelogs/changelog.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,21 @@ releases:
4343
name: sapcontrol
4444
namespace: system
4545
release_date: '2022-05-17'
46+
1.2.0:
47+
changes:
48+
bugfixes:
49+
- syp_system_facts - fix a typo in the usage example which lead to an error
50+
if it used as supposed.
51+
release_summary: 'This is the minor release of the ``community.sap_libs`` collection.
52+
53+
This changelog contains all changes to the modules and plugins in this collection
54+
55+
that have been made after the previous release.'
56+
fragments:
57+
- 1.2.0.yml
58+
- 11-sap_system_facts_fix_typo.yml
59+
modules:
60+
- description: This module executes rfc functions.
61+
name: sap_pyrfc
62+
namespace: ''
63+
release_date: '2022-07-18'

changelogs/fragments/11-sap_system_facts_fix_typo.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace: community
44
name: sap_libs
5-
version: 1.1.0
5+
version: 1.2.0
66
readme: README.md
77
authors:
88
- Rainer Leber (github.com/rainerleber)

0 commit comments

Comments
 (0)