diff --git a/AUTHORS.md b/AUTHORS.md index a928740..fc69a03 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|16 -@myii|[@myii](https://github.com/myii)|7 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|19 +@myii|[@myii](https://github.com/myii)|9 @McPcholkin|[@McPcholkin](https://github.com/McPcholkin)|3 @daschatten|[@daschatten](https://github.com/daschatten)|3 @aboe76|[@aboe76](https://github.com/aboe76)|2 @@ -17,4 +17,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-05. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-08. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c7557d..84a5a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# [0.6.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.5.0...v0.6.0) (2019-10-08) + + +### Features + +* **pillar:** accept 'true'/True/true for booleans in pillars ([afe3e70](https://github.com/saltstack-formulas/exim-formula/commit/afe3e70)) +* **pillar:** some config values can be treated as lists ([481966d](https://github.com/saltstack-formulas/exim-formula/commit/481966d)) + # [0.5.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.4.0...v0.5.0) (2019-10-05) diff --git a/FORMULA b/FORMULA index 23a5923..f73068a 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: exim os: Debian, Ubuntu os_family: Debian -version: 0.5.0 +version: 0.6.0 release: 1 minimum_version: 2017.7 summary: Exim formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 2f0a945..670d31b 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - - 16 + - 19 * - :raw-html-m2r:`@myii` - `@myii `_ - - 7 + - 9 * - :raw-html-m2r:`@McPcholkin` - `@McPcholkin `_ - 3 @@ -47,4 +47,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-05. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-08. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 36b27f9..566e32b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog ========= +`0.6.0 `_ (2019-10-08) +------------------------------------------------------------------------------------------------------ + +Features +^^^^^^^^ + + +* **pillar:** accept 'true'/True/true for booleans in pillars (\ `afe3e70 `_\ ) +* **pillar:** some config values can be treated as lists (\ `481966d `_\ ) + `0.5.0 `_ (2019-10-05) ------------------------------------------------------------------------------------------------------