From a2846eded03ad29cb79eadfe28b2d53895b788e2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Sep 2019 21:54:14 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/saltstack-formulas/php-formula/compare/v1.1.0...v1.1.1) (2019-09-05) ### Continuous Integration * **kitchen+travis:** replace EOL pre-salted images ([c9eea17](https://github.com/saltstack-formulas/php-formula/commit/c9eea17)) ### Tests * **suse:** update version to `7.0` for `opensuse-leap-15` ([fd67570](https://github.com/saltstack-formulas/php-formula/commit/fd67570)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 34 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index d3cd6b5c..7f233980 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,7 +7,8 @@ Avatar|Contributor|Contributions @gravyboat|[@gravyboat](https://github.com/gravyboat)|52 @aboe76|[@aboe76](https://github.com/aboe76)|46 @alxwr|[@alxwr](https://github.com/alxwr)|31 -@myii|[@myii](https://github.com/myii)|21 +@myii|[@myii](https://github.com/myii)|23 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|16 @nmadhok|[@nmadhok](https://github.com/nmadhok)|14 @cheuschober|[@cheuschober](https://github.com/cheuschober)|12 @babilen5|[@babilen5](https://github.com/babilen5)|11 @@ -17,7 +18,6 @@ Avatar|Contributor|Contributions @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|6 @techhat|[@techhat](https://github.com/techhat)|6 @puneetk|[@puneetk](https://github.com/puneetk)|6 -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|5 @pawelrosada|[@pawelrosada](https://github.com/pawelrosada)|5 @ckng|[@ckng](https://github.com/ckng)|4 @danoe|[@danoe](https://github.com/danoe)|4 diff --git a/CHANGELOG.md b/CHANGELOG.md index a2bd3466..ca978a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.1](https://github.com/saltstack-formulas/php-formula/compare/v1.1.0...v1.1.1) (2019-09-05) + + +### Continuous Integration + +* **kitchen+travis:** replace EOL pre-salted images ([c9eea17](https://github.com/saltstack-formulas/php-formula/commit/c9eea17)) + + +### Tests + +* **suse:** update version to `7.0` for `opensuse-leap-15` ([fd67570](https://github.com/saltstack-formulas/php-formula/commit/fd67570)) + # [1.1.0](https://github.com/saltstack-formulas/php-formula/compare/v1.0.1...v1.1.0) (2019-09-05) diff --git a/FORMULA b/FORMULA index 4e3754a4..1f55d75b 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: php os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 1.1.0 +version: 1.1.1 release: 1 minimum_version: 2017.7 summary: Php formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index bfc47769..446e30a4 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -24,7 +24,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - 31 * - :raw-html-m2r:`@myii` - `@myii `_ - - 21 + - 23 + * - :raw-html-m2r:`@n-rodriguez` + - `@n-rodriguez `_ + - 16 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 14 @@ -52,9 +55,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@puneetk` - `@puneetk `_ - 6 - * - :raw-html-m2r:`@n-rodriguez` - - `@n-rodriguez `_ - - 5 * - :raw-html-m2r:`@pawelrosada` - `@pawelrosada `_ - 5 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 69abdc3a..60db4b3d 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`1.1.1 `_ (2019-09-05) +----------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** replace EOL pre-salted images (\ `c9eea17 `_\ ) + +Tests +^^^^^ + + +* **suse:** update version to ``7.0`` for ``opensuse-leap-15`` (\ `fd67570 `_\ ) + `1.1.0 `_ (2019-09-05) -----------------------------------------------------------------------------------------------------