Skip to content

Commit 3e14d4d

Browse files
chore(release): 0.36.0 [skip ci]
# [0.36.0](v0.35.1...v0.36.0) (2019-06-29) ### Documentation * **readme:** update with modules, bz2 & dba ([5e04187](5e04187)) ### Features * add 'bz2' and 'dba' module support ([758ae88](758ae88))
1 parent 2b479f4 commit 3e14d4d

File tree

5 files changed

+34
-7
lines changed

5 files changed

+34
-7
lines changed

AUTHORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Avatar|Contributor|Contributions
2121
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1197993?v=4' width='36' height='36' alt='@danoe'>|[@danoe](https://github.com/danoe)|4
2222
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/183678?v=4' width='36' height='36' alt='@Seldaek'>|[@Seldaek](https://github.com/Seldaek)|4
2323
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1386595?v=4' width='36' height='36' alt='@tsia'>|[@tsia](https://github.com/tsia)|4
24+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|4
2425
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/5655231?v=4' width='36' height='36' alt='@kpostrup'>|[@kpostrup](https://github.com/kpostrup)|4
2526
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/4956475?v=4' width='36' height='36' alt='@ross-p'>|[@ross-p](https://github.com/ross-p)|4
2627
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/732321?v=4' width='36' height='36' alt='@gtmanfred'>|[@gtmanfred](https://github.com/gtmanfred)|4
@@ -31,7 +32,6 @@ Avatar|Contributor|Contributions
3132
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/3768412?v=4' width='36' height='36' alt='@stp-ip'>|[@stp-ip](https://github.com/stp-ip)|3
3233
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|3
3334
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/500703?v=4' width='36' height='36' alt='@retrry'>|[@retrry](https://github.com/retrry)|3
34-
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|3
3535
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/583677?v=4' width='36' height='36' alt='@hackel'>|[@hackel](https://github.com/hackel)|3
3636
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3119969?v=4' width='36' height='36' alt='@genuss'>|[@genuss](https://github.com/genuss)|3
3737
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/94157?v=4' width='36' height='36' alt='@imran1008'>|[@imran1008](https://github.com/imran1008)|2
@@ -61,4 +61,4 @@ Avatar|Contributor|Contributions
6161

6262
---
6363

64-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-28.
64+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-29.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
# [0.36.0](https://github.com/saltstack-formulas/php-formula/compare/v0.35.1...v0.36.0) (2019-06-29)
4+
5+
6+
### Documentation
7+
8+
* **readme:** update with modules, bz2 & dba ([5e04187](https://github.com/saltstack-formulas/php-formula/commit/5e04187))
9+
10+
11+
### Features
12+
13+
* add 'bz2' and 'dba' module support ([758ae88](https://github.com/saltstack-formulas/php-formula/commit/758ae88))
14+
315
## [0.35.1](https://github.com/saltstack-formulas/php-formula/compare/v0.35.0...v0.35.1) (2019-06-28)
416

517

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: php
22
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
33
os_family: Debian, RedHat, Suse
4-
version: 0.35.1
4+
version: 0.36.0
55
release: 1
66
minimum_version: 2017.7
77
summary: Php formula

docs/AUTHORS.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
6464
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1386595?v=4' width='36' height='36' alt='@tsia'>`
6565
- `@tsia <https://github.com/tsia>`_
6666
- 4
67+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
68+
- `@myii <https://github.com/myii>`_
69+
- 4
6770
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/5655231?v=4' width='36' height='36' alt='@kpostrup'>`
6871
- `@kpostrup <https://github.com/kpostrup>`_
6972
- 4
@@ -94,9 +97,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
9497
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/500703?v=4' width='36' height='36' alt='@retrry'>`
9598
- `@retrry <https://github.com/retrry>`_
9699
- 3
97-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
98-
- `@myii <https://github.com/myii>`_
99-
- 3
100100
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/583677?v=4' width='36' height='36' alt='@hackel'>`
101101
- `@hackel <https://github.com/hackel>`_
102102
- 3
@@ -179,4 +179,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
179179

180180
----
181181

182-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-06-28.
182+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-06-29.

docs/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog
33
=========
44

5+
`0.36.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.35.1...v0.36.0>`_ (2019-06-29)
6+
--------------------------------------------------------------------------------------------------------
7+
8+
Documentation
9+
^^^^^^^^^^^^^
10+
11+
12+
* **readme:** update with modules, bz2 & dba (\ `5e04187 <https://github.com/saltstack-formulas/php-formula/commit/5e04187>`_\ )
13+
14+
Features
15+
^^^^^^^^
16+
17+
18+
* add 'bz2' and 'dba' module support (\ `758ae88 <https://github.com/saltstack-formulas/php-formula/commit/758ae88>`_\ )
19+
520
`0.35.1 <https://github.com/saltstack-formulas/php-formula/compare/v0.35.0...v0.35.1>`_ (2019-06-28)
621
--------------------------------------------------------------------------------------------------------
722

0 commit comments

Comments
 (0)