diff --git a/AUTHORS.md b/AUTHORS.md index 0c23737..000cbc0 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,7 +7,7 @@ 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)|17 +@myii|[@myii](https://github.com/myii)|20 @nmadhok|[@nmadhok](https://github.com/nmadhok)|14 @cheuschober|[@cheuschober](https://github.com/cheuschober)|12 @babilen5|[@babilen5](https://github.com/babilen5)|11 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7273d03..fc38417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +# [1.0.0](https://github.com/saltstack-formulas/php-formula/compare/v0.41.1...v1.0.0) (2019-08-26) + + +### Features + +* **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) + + +### 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. + ## [0.41.1](https://github.com/saltstack-formulas/php-formula/compare/v0.41.0...v0.41.1) (2019-08-26) diff --git a/FORMULA b/FORMULA index 1a142ea..cde2a2c 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.41.1 +version: 1.0.0 release: 1 minimum_version: 2017.7 summary: Php formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index f88b719..da14336 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -24,7 +24,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 31 * - :raw-html-m2r:`@myii` - `@myii `_ - - 17 + - 20 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 14 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f2212d3..8a32e01 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,23 @@ Changelog ========= +`1.0.0 `_ (2019-08-26) +------------------------------------------------------------------------------------------------------ + +Features +^^^^^^^^ + + +* **ng:** promote NG formula (\ `57b37dd `_\ ), closes `#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. + `0.41.1 `_ (2019-08-26) --------------------------------------------------------------------------------------------------------