From 9c85788c47158d4839bd779b488852208f5453a4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 20 Jul 2020 08:58:38 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/saltstack-formulas/postfix-formula/compare/v1.1.0...v1.2.0) (2020-07-20) ### Features * **maps:** add more map types and tests ([e3970df](https://github.com/saltstack-formulas/postfix-formula/commit/e3970dfc3eac57b7a4f8911ef48d8652f3a26cd7)) --- AUTHORS.md | 7 +++---- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 9 +++------ docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 23 insertions(+), 11 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index ed1fe51..a5fcb51 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,12 +4,12 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|60 +@myii|[@myii](https://github.com/myii)|61 @EvaSDK|[@EvaSDK](https://github.com/EvaSDK)|26 @aboe76|[@aboe76](https://github.com/aboe76)|23 @nmadhok|[@nmadhok](https://github.com/nmadhok)|14 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|13 -@fzipi|[@fzipi](https://github.com/fzipi)|12 +@fzipi|[@fzipi](https://github.com/fzipi)|13 @alxwr|[@alxwr](https://github.com/alxwr)|11 @gravyboat|[@gravyboat](https://github.com/gravyboat)|10 @davidkarlsen|[@davidkarlsen](https://github.com/davidkarlsen)|10 @@ -18,7 +18,6 @@ Avatar|Contributor|Contributions @imran1008|[@imran1008](https://github.com/imran1008)|8 @puneetk|[@puneetk](https://github.com/puneetk)|7 @danoe|[@danoe](https://github.com/danoe)|6 -@BT-dschleich|[@BT-dschleich](https://github.com/BT-dschleich)|3 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|3 @thatch45|[@thatch45](https://github.com/thatch45)|3 @gtmanfred|[@gtmanfred](https://github.com/gtmanfred)|2 @@ -44,4 +43,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-18. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-20. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b53744..0fefb68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.2.0](https://github.com/saltstack-formulas/postfix-formula/compare/v1.1.0...v1.2.0) (2020-07-20) + + +### Features + +* **maps:** add more map types and tests ([e3970df](https://github.com/saltstack-formulas/postfix-formula/commit/e3970dfc3eac57b7a4f8911ef48d8652f3a26cd7)) + # [1.1.0](https://github.com/saltstack-formulas/postfix-formula/compare/v1.0.3...v1.1.0) (2020-07-18) diff --git a/FORMULA b/FORMULA index 1299751..bb0a0d2 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: postfix os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 1.1.0 +version: 1.2.0 release: 1 minimum_version: 2016.11 summary: Postfix formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ab4fe5b..79a0234 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 60 + - 61 * - :raw-html-m2r:`@EvaSDK` - `@EvaSDK `_ - 26 @@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 13 * - :raw-html-m2r:`@fzipi` - `@fzipi `_ - - 12 + - 13 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 11 @@ -55,9 +55,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@danoe` - `@danoe `_ - 6 - * - :raw-html-m2r:`@BT-dschleich` - - `@BT-dschleich `_ - - 3 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 3 @@ -128,4 +125,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 2020-07-18. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-07-20. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 1831653..7695ada 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.2.0 `_ (2020-07-20) +--------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **maps:** add more map types and tests (\ `e3970df `_\ ) + `1.1.0 `_ (2020-07-18) ---------------------------------------------------------------------------------------------------------