From 3e14d4d72a35d88ea362914e29f0abc64fb5c657 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 29 Jun 2019 18:58:35 +0000 Subject: [PATCH] chore(release): 0.36.0 [skip ci] # [0.36.0](https://github.com/saltstack-formulas/php-formula/compare/v0.35.1...v0.36.0) (2019-06-29) ### Documentation * **readme:** update with modules, bz2 & dba ([5e04187](https://github.com/saltstack-formulas/php-formula/commit/5e04187)) ### Features * add 'bz2' and 'dba' module support ([758ae88](https://github.com/saltstack-formulas/php-formula/commit/758ae88)) --- 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 6a57817..159df2f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -21,6 +21,7 @@ Avatar|Contributor|Contributions @danoe|[@danoe](https://github.com/danoe)|4 @Seldaek|[@Seldaek](https://github.com/Seldaek)|4 @tsia|[@tsia](https://github.com/tsia)|4 +@myii|[@myii](https://github.com/myii)|4 @kpostrup|[@kpostrup](https://github.com/kpostrup)|4 @ross-p|[@ross-p](https://github.com/ross-p)|4 @gtmanfred|[@gtmanfred](https://github.com/gtmanfred)|4 @@ -31,7 +32,6 @@ Avatar|Contributor|Contributions @stp-ip|[@stp-ip](https://github.com/stp-ip)|3 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|3 @retrry|[@retrry](https://github.com/retrry)|3 -@myii|[@myii](https://github.com/myii)|3 @hackel|[@hackel](https://github.com/hackel)|3 @genuss|[@genuss](https://github.com/genuss)|3 @imran1008|[@imran1008](https://github.com/imran1008)|2 @@ -61,4 +61,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-06-28. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-29. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5648c..45982e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [0.36.0](https://github.com/saltstack-formulas/php-formula/compare/v0.35.1...v0.36.0) (2019-06-29) + + +### Documentation + +* **readme:** update with modules, bz2 & dba ([5e04187](https://github.com/saltstack-formulas/php-formula/commit/5e04187)) + + +### Features + +* add 'bz2' and 'dba' module support ([758ae88](https://github.com/saltstack-formulas/php-formula/commit/758ae88)) + ## [0.35.1](https://github.com/saltstack-formulas/php-formula/compare/v0.35.0...v0.35.1) (2019-06-28) diff --git a/FORMULA b/FORMULA index d88a488..d7f505d 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: 0.35.1 +version: 0.36.0 release: 1 minimum_version: 2017.7 summary: Php formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 965ec83..93b119c 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -64,6 +64,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@tsia` - `@tsia `_ - 4 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 4 * - :raw-html-m2r:`@kpostrup` - `@kpostrup `_ - 4 @@ -94,9 +97,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@retrry` - `@retrry `_ - 3 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 3 * - :raw-html-m2r:`@hackel` - `@hackel `_ - 3 @@ -179,4 +179,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-06-28. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-29. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f42f1d3..5bb2e38 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.36.0 `_ (2019-06-29) +-------------------------------------------------------------------------------------------------------- + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** update with modules, bz2 & dba (\ `5e04187 `_\ ) + +Features +^^^^^^^^ + + +* add 'bz2' and 'dba' module support (\ `758ae88 `_\ ) + `0.35.1 `_ (2019-06-28) --------------------------------------------------------------------------------------------------------