Skip to content

Commit d8426eb

Browse files
committed
changed version numbers, generated changelog 1.0.5
Signed-off-by: Andrew Twydell <[email protected]>
1 parent cd0e25d commit d8426eb

File tree

6 files changed

+33
-3
lines changed

6 files changed

+33
-3
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ ibm.ibm_zos_cics Release Notes
55
.. contents:: Topics
66

77

8+
v1.0.5
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This release contains one bug fix.
15+
16+
Bugfixes
17+
--------
18+
19+
- Missing requirements.txt - requirements.txt was not included in the built collection. Fix removes this from the build_ignore section of the galaxy.yml.
20+
821
v1.0.4
922
======
1023

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ plugins:
3838
shell: {}
3939
strategy: {}
4040
vars: {}
41-
version: 1.0.4
41+
version: 1.0.5

changelogs/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,13 @@ releases:
5858
fragments:
5959
- 104-retrospective.yml
6060
release_date: '2023-04-21'
61+
1.0.5:
62+
changes:
63+
bugfixes:
64+
- Missing requirements.txt - requirements.txt was not included in the built
65+
collection. Fix removes this from the build_ignore section of the galaxy.yml.
66+
release_summary: This release contains one bug fix
67+
fragments:
68+
- include-requirements-txt.yaml
69+
- release_summary.yaml
70+
release_date: '2023-05-16'

docs/source/release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
Releases
88
========
99

10+
Version 1.0.5
11+
=============
12+
What's New
13+
-------------------
14+
* Bug fix that includes the ``requirements.txt`` file in the built collection.
15+
16+
1017
Version 1.0.4
1118
=============
1219
What's New

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.4
11+
version: 1.0.5
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.4
3+
version: 1.0.5
44
managed_requirements:
55
- name: Python
66
version: ">=2.7"

0 commit comments

Comments
 (0)