Skip to content

Commit 5bdb81e

Browse files
chore(release): 0.6.0 [skip ci]
# [0.6.0](v0.5.0...v0.6.0) (2019-10-08) ### Features * **pillar:** accept 'true'/True/true for booleans in pillars ([afe3e70](afe3e70)) * **pillar:** some config values can be treated as lists ([481966d](481966d))
1 parent 66150d4 commit 5bdb81e

File tree

5 files changed

+25
-7
lines changed

5 files changed

+25
-7
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|16
8-
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|7
7+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|19
8+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|9
99
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/21060556?v=4' width='36' height='36' alt='@McPcholkin'>|[@McPcholkin](https://github.com/McPcholkin)|3
1010
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2094680?v=4' width='36' height='36' alt='@daschatten'>|[@daschatten](https://github.com/daschatten)|3
1111
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|2
@@ -17,4 +17,4 @@ Avatar|Contributor|Contributions
1717

1818
---
1919

20-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-05.
20+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-08.

CHANGELOG.md

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

3+
# [0.6.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.5.0...v0.6.0) (2019-10-08)
4+
5+
6+
### Features
7+
8+
* **pillar:** accept 'true'/True/true for booleans in pillars ([afe3e70](https://github.com/saltstack-formulas/exim-formula/commit/afe3e70))
9+
* **pillar:** some config values can be treated as lists ([481966d](https://github.com/saltstack-formulas/exim-formula/commit/481966d))
10+
311
# [0.5.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.4.0...v0.5.0) (2019-10-05)
412

513

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: exim
22
os: Debian, Ubuntu
33
os_family: Debian
4-
version: 0.5.0
4+
version: 0.6.0
55
release: 1
66
minimum_version: 2017.7
77
summary: Exim formula

docs/AUTHORS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
1717
- `@n-rodriguez <https://github.com/n-rodriguez>`_
18-
- 16
18+
- 19
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
2020
- `@myii <https://github.com/myii>`_
21-
- 7
21+
- 9
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/21060556?v=4' width='36' height='36' alt='@McPcholkin'>`
2323
- `@McPcholkin <https://github.com/McPcholkin>`_
2424
- 3
@@ -47,4 +47,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
4747

4848
----
4949

50-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-05.
50+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-08.

docs/CHANGELOG.rst

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

5+
`0.6.0 <https://github.com/saltstack-formulas/exim-formula/compare/v0.5.0...v0.6.0>`_ (2019-10-08)
6+
------------------------------------------------------------------------------------------------------
7+
8+
Features
9+
^^^^^^^^
10+
11+
12+
* **pillar:** accept 'true'/True/true for booleans in pillars (\ `afe3e70 <https://github.com/saltstack-formulas/exim-formula/commit/afe3e70>`_\ )
13+
* **pillar:** some config values can be treated as lists (\ `481966d <https://github.com/saltstack-formulas/exim-formula/commit/481966d>`_\ )
14+
515
`0.5.0 <https://github.com/saltstack-formulas/exim-formula/compare/v0.4.0...v0.5.0>`_ (2019-10-05)
616
------------------------------------------------------------------------------------------------------
717

0 commit comments

Comments
 (0)