From d828672a18ab52df59634d0a247fdbbd4888a2bf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 1 Sep 2019 08:35:45 +0000 Subject: [PATCH] chore(release): 0.4.1 [skip ci] ## [0.4.1](https://github.com/saltstack-formulas/timezone-formula/compare/v0.4.0...v0.4.1) (2019-09-01) ### Code Refactoring * **pillar:** sync map.jinja with template-formula ([cdd85c6](https://github.com/saltstack-formulas/timezone-formula/commit/cdd85c6)) --- AUTHORS.md | 8 ++++---- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 16 ++++++++-------- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 29 insertions(+), 13 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 9177b4c..b3690a7 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,15 +4,15 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@aboe76|[@aboe76](https://github.com/aboe76)|6 +@aboe76|[@aboe76](https://github.com/aboe76)|7 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|5 +@myii|[@myii](https://github.com/myii)|4 @daschatten|[@daschatten](https://github.com/daschatten)|3 -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|3 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|3 @landergate|[@landergate](https://github.com/landergate)|2 -@myii|[@myii](https://github.com/myii)|1 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|1 @mgomersbach|[@mgomersbach](https://github.com/mgomersbach)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-27. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-01. diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f83bd..1105d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/saltstack-formulas/timezone-formula/compare/v0.4.0...v0.4.1) (2019-09-01) + + +### Code Refactoring + +* **pillar:** sync map.jinja with template-formula ([cdd85c6](https://github.com/saltstack-formulas/timezone-formula/commit/cdd85c6)) + # [0.4.0](https://github.com/saltstack-formulas/timezone-formula/compare/v0.3.3...v0.4.0) (2019-08-27) diff --git a/FORMULA b/FORMULA index 70bb355..0827d1f 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: timezone os: Debian, RedHat, Suse, Arch, FreeBSD os_family: Debian, RedHat, Suse, Arch, FreeBSD -version: 0.4.0 +version: 0.4.1 release: 1 minimum_version: 2015.5 summary: Formula for timezone management diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 7e506ff..4a10617 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,12 +15,15 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - - 6 - * - :raw-html-m2r:`@daschatten` - - `@daschatten `_ - - 3 + - 7 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ + - 5 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 4 + * - :raw-html-m2r:`@daschatten` + - `@daschatten `_ - 3 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ @@ -28,9 +31,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@landergate` - `@landergate `_ - 2 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 1 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 1 @@ -41,4 +41,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-08-27. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-01. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 11a3cec..a23da8a 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.4.1 `_ (2019-09-01) +---------------------------------------------------------------------------------------------------------- + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **pillar:** sync map.jinja with template-formula (\ `cdd85c6 `_\ ) + `0.4.0 `_ (2019-08-27) ----------------------------------------------------------------------------------------------------------