From c506dcfb07bfecf56ec090e4ef2a189b78927af3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 5 Oct 2019 14:18:21 +0000 Subject: [PATCH] chore(release): 0.5.0 [skip ci] # [0.5.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.4.0...v0.5.0) (2019-10-05) ### Code Refactoring * **pillars:** extract default values to pillars ([72299cc](https://github.com/saltstack-formulas/exim-formula/commit/72299cc)) ### Features * **tofs:** add TOFS pattern ([7222790](https://github.com/saltstack-formulas/exim-formula/commit/7222790)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 34 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3cd2bd1..a928740 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)|14 -@myii|[@myii](https://github.com/myii)|6 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|16 +@myii|[@myii](https://github.com/myii)|7 @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-04. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-05. diff --git a/CHANGELOG.md b/CHANGELOG.md index e95dfb7..0c7557d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [0.5.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.4.0...v0.5.0) (2019-10-05) + + +### Code Refactoring + +* **pillars:** extract default values to pillars ([72299cc](https://github.com/saltstack-formulas/exim-formula/commit/72299cc)) + + +### Features + +* **tofs:** add TOFS pattern ([7222790](https://github.com/saltstack-formulas/exim-formula/commit/7222790)) + # [0.4.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.3.0...v0.4.0) (2019-10-04) diff --git a/FORMULA b/FORMULA index 0e32a41..23a5923 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: exim os: Debian, Ubuntu os_family: Debian -version: 0.4.0 +version: 0.5.0 release: 1 minimum_version: 2017.7 summary: Exim formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 1c6ad91..2f0a945 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 `_ - - 14 + - 16 * - :raw-html-m2r:`@myii` - `@myii `_ - - 6 + - 7 * - :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-04. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-05. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 36f11df..36b27f9 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.5.0 `_ (2019-10-05) +------------------------------------------------------------------------------------------------------ + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **pillars:** extract default values to pillars (\ `72299cc `_\ ) + +Features +^^^^^^^^ + + +* **tofs:** add TOFS pattern (\ `7222790 `_\ ) + `0.4.0 `_ (2019-10-04) ------------------------------------------------------------------------------------------------------