Skip to content

Commit 2a353df

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.41.1...v1.0.0) (2019-08-26) ### Features * **ng:** promote NG formula ([57b37dd](57b37dd)), closes [#183](#183) ### BREAKING CHANGES * **ng:** all previous `php` based configurations must be reviewed; `php.ng` usage must be promoted to `php` and any uses of the original `php` will have to be converted.
1 parent 57b37dd commit 2a353df

File tree

5 files changed

+34
-3
lines changed

5 files changed

+34
-3
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Avatar|Contributor|Contributions
77
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|52
88
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|46
99
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|31
10-
<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)|17
10+
<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)|20
1111
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|14
1212
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1184479?v=4' width='36' height='36' alt='@cheuschober'>|[@cheuschober](https://github.com/cheuschober)|12
1313
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|11

CHANGELOG.md

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

3+
# [1.0.0](https://github.com/saltstack-formulas/php-formula/compare/v0.41.1...v1.0.0) (2019-08-26)
4+
5+
6+
### Features
7+
8+
* **ng:** promote NG formula ([57b37dd](https://github.com/saltstack-formulas/php-formula/commit/57b37dd)), closes [#183](https://github.com/saltstack-formulas/php-formula/issues/183)
9+
10+
11+
### BREAKING CHANGES
12+
13+
* **ng:** all previous `php` based configurations must be reviewed;
14+
`php.ng` usage must be promoted to `php` and any uses of the original
15+
`php` will have to be converted.
16+
317
## [0.41.1](https://github.com/saltstack-formulas/php-formula/compare/v0.41.0...v0.41.1) (2019-08-26)
418

519

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.41.1
4+
version: 1.0.0
55
release: 1
66
minimum_version: 2017.7
77
summary: Php formula

docs/AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
2424
- 31
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
2626
- `@myii <https://github.com/myii>`_
27-
- 17
27+
- 20
2828
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
2929
- `@nmadhok <https://github.com/nmadhok>`_
3030
- 14

docs/CHANGELOG.rst

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

5+
`1.0.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.41.1...v1.0.0>`_ (2019-08-26)
6+
------------------------------------------------------------------------------------------------------
7+
8+
Features
9+
^^^^^^^^
10+
11+
12+
* **ng:** promote NG formula (\ `57b37dd <https://github.com/saltstack-formulas/php-formula/commit/57b37dd>`_\ ), closes `#183 <https://github.com/saltstack-formulas/php-formula/issues/183>`_
13+
14+
BREAKING CHANGES
15+
^^^^^^^^^^^^^^^^
16+
17+
18+
* **ng:** all previous ``php`` based configurations must be reviewed;
19+
``php.ng`` usage must be promoted to ``php`` and any uses of the original
20+
``php`` will have to be converted.
21+
522
`0.41.1 <https://github.com/saltstack-formulas/php-formula/compare/v0.41.0...v0.41.1>`_ (2019-08-26)
623
--------------------------------------------------------------------------------------------------------
724

0 commit comments

Comments
 (0)