Skip to content

Commit e373667

Browse files
release notes and version bump 1.0.6
1 parent d83ac01 commit e373667

File tree

6 files changed

+31
-6
lines changed

6 files changed

+31
-6
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,26 @@ ibm.ibm_zos_cics Release Notes
55
.. contents:: Topics
66

77

8+
v1.0.6
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This release contains one bug fix
15+
16+
Bugfixes
17+
--------
18+
19+
- Allows CPSM Scope and Context to contain the following special characters '$', '@', and '#'
20+
821
v1.0.5
922
======
1023

1124
Release Summary
1225
---------------
1326

14-
This release contains one bug fix.
27+
This release contains one bug fix
1528

1629
Bugfixes
1730
--------

changelogs/.plugin-cache.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
objects: {}
1+
objects:
2+
role: {}
23
plugins:
34
become: {}
45
cache: {}
56
callback: {}
67
cliconf: {}
78
connection: {}
9+
filter: {}
810
httpapi: {}
911
inventory: {}
1012
lookup: {}
@@ -37,5 +39,6 @@ plugins:
3739
netconf: {}
3840
shell: {}
3941
strategy: {}
42+
test: {}
4043
vars: {}
41-
version: 1.0.5
44+
version: 1.0.6

changelogs/changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,12 @@ releases:
6868
- include-requirements-txt.yaml
6969
- release_summary.yaml
7070
release_date: '2023-05-16'
71+
1.0.6:
72+
changes:
73+
bugfixes:
74+
- Allows CPSM Scope and Context to contain the following special characters
75+
'$', '@', and '#'
76+
release_summary: This release contains one bug fix
77+
fragments:
78+
- 1.0.6.yaml
79+
release_date: '2024-05-07'

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'IBM'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '1.0.0'
27+
release = '1.0.6'
2828

2929

3030
# -- General configuration ---------------------------------------------------

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: ibm
88
name: ibm_zos_cics
99

1010
# The collection version
11-
version: 1.0.5
11+
version: 1.0.6
1212

1313
# Collection README file
1414
readme: README.md

meta/ibm_zos_cics_meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: ibm_zos_cics
3-
version: 1.0.5
3+
version: 1.0.6
44
managed_requirements:
55
- name: Python
66
version: ">=2.7"

0 commit comments

Comments
 (0)