From 5ca64de61eab62ae6d96b4fb5653ab584ca66d83 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 1 Sep 2019 19:09:36 +0000 Subject: [PATCH] chore(release): 0.2.1 [skip ci] ## [0.2.1](https://github.com/saltstack-formulas/cron-formula/compare/v0.2.0...v0.2.1) (2019-09-01) ### Code Refactoring * **pillar:** sync map.jinja with template-formula ([e00c316](https://github.com/saltstack-formulas/cron-formula/commit/e00c316)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 12 ++++++------ docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 26 insertions(+), 10 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 94c82bc..1301abe 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,12 +6,12 @@ Avatar|Contributor|Contributions :-:|---|:-: @myii|[@myii](https://github.com/myii)|6 @dseira|[@dseira](https://github.com/dseira)|4 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|3 @kossmac|[@kossmac](https://github.com/kossmac)|2 -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|2 +@aboe76|[@aboe76](https://github.com/aboe76)|2 @bmwiedemann|[@bmwiedemann](https://github.com/bmwiedemann)|1 @martinhoefling|[@martinhoefling](https://github.com/martinhoefling)|1 -@aboe76|[@aboe76](https://github.com/aboe76)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-28. +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 28d2572..8f6cfbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/saltstack-formulas/cron-formula/compare/v0.2.0...v0.2.1) (2019-09-01) + + +### Code Refactoring + +* **pillar:** sync map.jinja with template-formula ([e00c316](https://github.com/saltstack-formulas/cron-formula/commit/e00c316)) + # [0.2.0](https://github.com/saltstack-formulas/cron-formula/compare/v0.1.0...v0.2.0) (2019-08-28) diff --git a/FORMULA b/FORMULA index 474c52c..c27ad37 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: cron os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS -version: 0.2.0 +version: 0.2.1 release: 0 minimum_version: 2017.7 summary: Cron formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 1e4b76c..0c7829a 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -19,11 +19,14 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dseira` - `@dseira `_ - 4 + * - :raw-html-m2r:`@n-rodriguez` + - `@n-rodriguez `_ + - 3 * - :raw-html-m2r:`@kossmac` - `@kossmac `_ - 2 - * - :raw-html-m2r:`@n-rodriguez` - - `@n-rodriguez `_ + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ - 2 * - :raw-html-m2r:`@bmwiedemann` - `@bmwiedemann `_ @@ -31,11 +34,8 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@martinhoefling` - `@martinhoefling `_ - 1 - * - :raw-html-m2r:`@aboe76` - - `@aboe76 `_ - - 1 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-28. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-01. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index d2d3f50..5539748 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.2.1 `_ (2019-09-01) +------------------------------------------------------------------------------------------------------ + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **pillar:** sync map.jinja with template-formula (\ `e00c316 `_\ ) + `0.2.0 `_ (2019-08-28) ------------------------------------------------------------------------------------------------------