Skip to content

Commit bf552fe

Browse files
committed
changelog for 1.4.0
1 parent 10088cd commit bf552fe

File tree

5 files changed

+34
-13
lines changed

5 files changed

+34
-13
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Community SAP Release Notes
55
.. contents:: Topics
66

77

8-
v1.3.0
8+
v1.4.0
99
======
1010

1111
Release Summary
@@ -15,6 +15,20 @@ This is the 1.3.0 minor release of the ``community.sap_libs`` collection.
1515
This changelog contains all changes to the modules and plugins in this collection
1616
that have been made after the previous release.
1717

18+
Bugfixes
19+
--------
20+
21+
- fix a bug where some commands produces no output which cause to crash the module.
22+
- modules - fix a "variable used before assignment" that cannot be reached but causes sanity test failures.
23+
24+
v1.3.0
25+
======
26+
27+
Release Summary
28+
---------------
29+
30+
This is the 1.3.0 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.
31+
1832
Minor Changes
1933
-------------
2034

changelogs/changelog.yaml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,34 @@ releases:
6464
release_date: '2022-07-18'
6565
1.3.0:
6666
changes:
67-
breaking_changes:
6867
minor_changes:
6968
- License requirements are updated.
7069
- The modules purposes are described clearer.
7170
- The namespaces of the modules are removed to provide a flatter design.
7271
- hana_query - module is moved to sap_hdbsql.
7372
- sapcontrol - module is moved to sap_control_exec to have a clearer separation
7473
to other roles and references.
74+
release_summary: This is the 1.3.0 minor release of the ``community.sap_libs``
75+
collection. This changelog contains all changes to the modules and plugins
76+
in this collection that have been made after the previous release.
77+
fragments:
78+
- 1.3.0.yml
79+
release_date: '2022-09-09'
80+
1.4.0:
81+
changes:
82+
bugfixes:
83+
- fix a bug where some commands produces no output which cause to crash the
84+
module.
85+
- modules - fix a "variable used before assignment" that cannot be reached but
86+
causes sanity test failures.
7587
release_summary: 'This is the 1.3.0 minor release of the ``community.sap_libs``
7688
collection.
89+
7790
This changelog contains all changes to the modules and plugins in this collection
91+
7892
that have been made after the previous release.'
7993
fragments:
80-
- 1.3.0.yml
81-
release_date: '2022-09-09'
94+
- 0020-fix_sap_control_exec.yml
95+
- 1.4.0.yml
96+
- 22-use-before-assignment.yml
97+
release_date: '2022-12-05'

changelogs/fragments/0020-fix_sap_control_exec.yml

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

changelogs/fragments/1.4.0.yml

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

changelogs/fragments/22-use-before-assignment.yml

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

0 commit comments

Comments
 (0)