Skip to content

Commit ca409ca

Browse files
chore(release): 0.15.0 [skip ci]
# [0.15.0](v0.14.0...v0.15.0) (2019-06-25) ### Documentation * fix rst formatting ([1318502](1318502)) ### Features * allow to configure the firewall using a rules' dict ([e851e4f](e851e4f)) ### Styles * improve empty lines management ([be3a96a](be3a96a)) ### Tests * improve travis matrix, remove unneeded gem entry ([6861fe0](6861fe0))
1 parent 28929a5 commit ca409ca

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Avatar|Contributor|Contributions
2929

3030
---
3131

32-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-11.
32+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-25.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
# [0.15.0](https://github.com/saltstack-formulas/iptables-formula/compare/v0.14.0...v0.15.0) (2019-06-25)
4+
5+
6+
### Documentation
7+
8+
* fix rst formatting ([1318502](https://github.com/saltstack-formulas/iptables-formula/commit/1318502))
9+
10+
11+
### Features
12+
13+
* allow to configure the firewall using a rules' dict ([e851e4f](https://github.com/saltstack-formulas/iptables-formula/commit/e851e4f))
14+
15+
16+
### Styles
17+
18+
* improve empty lines management ([be3a96a](https://github.com/saltstack-formulas/iptables-formula/commit/be3a96a))
19+
20+
21+
### Tests
22+
23+
* improve travis matrix, remove unneeded gem entry ([6861fe0](https://github.com/saltstack-formulas/iptables-formula/commit/6861fe0))
24+
325
# [0.14.0](https://github.com/saltstack-formulas/iptables-formula/compare/v0.13.0...v0.14.0) (2019-06-11)
426

527

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: iptables
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
33
os_family: Debian, RedHat, Suse
4-
version: 0.14.0
4+
version: 0.15.0
55
release: 1
66
minimum_version: 2017.7
77
summary: Iptables formula

docs/AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
8383

8484
----
8585

86-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-06-11.
86+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-06-25.

docs/CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22
Changelog
33
=========
44

5+
`0.15.0 <https://github.com/saltstack-formulas/iptables-formula/compare/v0.14.0...v0.15.0>`_ (2019-06-25)
6+
-------------------------------------------------------------------------------------------------------------
7+
8+
Documentation
9+
^^^^^^^^^^^^^
10+
11+
12+
* fix rst formatting (\ `1318502 <https://github.com/saltstack-formulas/iptables-formula/commit/1318502>`_\ )
13+
14+
Features
15+
^^^^^^^^
16+
17+
18+
* allow to configure the firewall using a rules' dict (\ `e851e4f <https://github.com/saltstack-formulas/iptables-formula/commit/e851e4f>`_\ )
19+
20+
Styles
21+
^^^^^^
22+
23+
24+
* improve empty lines management (\ `be3a96a <https://github.com/saltstack-formulas/iptables-formula/commit/be3a96a>`_\ )
25+
26+
Tests
27+
^^^^^
28+
29+
30+
* improve travis matrix, remove unneeded gem entry (\ `6861fe0 <https://github.com/saltstack-formulas/iptables-formula/commit/6861fe0>`_\ )
31+
532
`0.14.0 <https://github.com/saltstack-formulas/iptables-formula/compare/v0.13.0...v0.14.0>`_ (2019-06-11)
633
-------------------------------------------------------------------------------------------------------------
734

0 commit comments

Comments
 (0)