Skip to content

Commit 9b94b0b

Browse files
committed
bump version to 1.0.4 for release
Signed-off-by: Andrew Twydell <[email protected]>
1 parent a66905b commit 9b94b0b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/source/release_notes.rst

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

10+
Version 1.0.4
11+
=============
12+
What's New
13+
-------------------
14+
* Provide variables for all modules in one go using Ansible's `group module defaults`_ support. The group name for the CMCI modules is ``cmci_group``.
15+
16+
* Prevent ``cmci_get`` from failing if no records are found via the ``fail_on_nodata`` option. The default value is true if not specified.
17+
18+
.. _group module defaults:
19+
https://docs.ansible.com/ansible/2.8/user_guide/playbooks_module_defaults.html#module-defaults-groups
20+
21+
1022
Version 1.0.3
1123
=============
1224

galaxy.yml

Lines changed: 2 additions & 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.3
11+
version: 1.0.4
1212

1313
# Collection README file
1414
readme: README.md
@@ -59,6 +59,7 @@ build_ignore:
5959
- build.sh
6060
- requirements.txt
6161
- dev-requirements.txt
62+
- doc-requirements.txt
6263
- devguide.md
6364
- .travis
6465
- .github

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

0 commit comments

Comments
 (0)