diff --git a/AUTHORS.md b/AUTHORS.md index b876be0..2cbf1ae 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,16 +4,16 @@ 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)|8 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|9 @McPcholkin|[@McPcholkin](https://github.com/McPcholkin)|3 @daschatten|[@daschatten](https://github.com/daschatten)|3 +@aboe76|[@aboe76](https://github.com/aboe76)|2 @babilen5|[@babilen5](https://github.com/babilen5)|2 @myii|[@myii](https://github.com/myii)|2 @alexhayes|[@alexhayes](https://github.com/alexhayes)|1 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|1 -@aboe76|[@aboe76](https://github.com/aboe76)|1 @nmadhok|[@nmadhok](https://github.com/nmadhok)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-23. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-25. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5890e25..5f8aebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [0.3.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.2.1...v0.3.0) (2019-09-25) + + +### Features + +* **map:** sync map.jinja with template-formula ([5ddd1c9](https://github.com/saltstack-formulas/exim-formula/commit/5ddd1c9)) + ## [0.2.1](https://github.com/saltstack-formulas/exim-formula/compare/v0.2.0...v0.2.1) (2019-09-23) diff --git a/FORMULA b/FORMULA index 396f475..61bfcb4 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: exim os: Debian, Ubuntu os_family: Debian -version: 0.2.1 +version: 0.3.0 release: 1 minimum_version: 2017.7 summary: Exim formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index bdc42cd..d8d9cc1 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,13 +15,16 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - - 8 + - 9 * - :raw-html-m2r:`@McPcholkin` - `@McPcholkin `_ - 3 * - :raw-html-m2r:`@daschatten` - `@daschatten `_ - 3 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 2 * - :raw-html-m2r:`@babilen5` - `@babilen5 `_ - 2 @@ -34,9 +37,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 1 - * - :raw-html-m2r:`@aboe76` - - `@aboe76 `_ - - 1 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 1 @@ -44,4 +44,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-09-23. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-25. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 58fae04..eccecf9 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.3.0 `_ (2019-09-25) +------------------------------------------------------------------------------------------------------ + +Features +^^^^^^^^ + + +* **map:** sync map.jinja with template-formula (\ `5ddd1c9 `_\ ) + `0.2.1 `_ (2019-09-23) ------------------------------------------------------------------------------------------------------