Skip to content

Commit 992660a

Browse files
committed
prepare release 1.3.1
1 parent 91ca58f commit 992660a

File tree

7 files changed

+30
-446
lines changed

7 files changed

+30
-446
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 1.3.0
4+
current_version = 1.3.1
55

66
[bumpversion:file:galaxy.yml]

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ codeaffen.phpipam Release Notes
55
.. contents:: Topics
66

77

8+
v1.3.1
9+
======
10+
11+
Bugfixes
12+
--------
13+
14+
- fix `KeyError 'section'` bug (https://github.com/codeaffen/phpipam-ansible-modules/issues/41)
15+
816
v1.3.0
917
======
1018

changelogs/changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,10 @@ releases:
7373
fragments:
7474
- same_subnet_in_different_sections.yml
7575
release_date: '2020-11-23'
76+
1.3.1:
77+
changes:
78+
bugfixes:
79+
- fix `KeyError 'section'` bug (https://github.com/codeaffen/phpipam-ansible-modules/issues/41)
80+
fragments:
81+
- missing_section_for_addresses.yml
82+
release_date: '2020-11-26'

changelogs/fragments/missing_section_for_addresses.yml

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

docs/plugins/address_module.rst

Lines changed: 12 additions & 441 deletions
Large diffs are not rendered by default.

docs/plugins/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ These are the plugins in the codeaffen.phpipam collection
1414
Modules
1515
-------
1616

17-
* :ref:`address <ansible_collections.codeaffen.phpipam.address_module>` -- Manage addresses
17+
* :ref:`address <ansible_collections.codeaffen.phpipam.address_module>` --
1818
* :ref:`device <ansible_collections.codeaffen.phpipam.device_module>` -- Manage devices
1919
* :ref:`device_type <ansible_collections.codeaffen.phpipam.device_type_module>` -- Manage device types
2020
* :ref:`domain <ansible_collections.codeaffen.phpipam.domain_module>` -- Manage L2 routing domains

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "phpipam"
33
description: Ansible Modules to manage phpIPAM installations
44
authors:
55
- "Christian Meißner <cme+ansible@meissner.sh>"
6-
version: "1.3.0"
6+
version: "1.3.1"
77
license:
88
- "GPL-3.0-or-later"
99
tags:

0 commit comments

Comments
 (0)