diff --git a/AUTHORS.md b/AUTHORS.md index 31a7887..91f9831 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,10 +4,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: +@myii|[@myii](https://github.com/myii)|13 @gravyboat|[@gravyboat](https://github.com/gravyboat)|12 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|8 @Granjow|[@Granjow](https://github.com/Granjow)|7 -@myii|[@myii](https://github.com/myii)|7 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|7 @johnkeates|[@johnkeates](https://github.com/johnkeates)|5 @aboe76|[@aboe76](https://github.com/aboe76)|5 @fooka03|[@fooka03](https://github.com/fooka03)|5 @@ -38,4 +38,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-05-02. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-01. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5abb6af..8f77af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +# [1.0.0](https://github.com/saltstack-formulas/node-formula/compare/v0.14.2...v1.0.0) (2020-06-01) + + +### Continuous Integration + +* **kitchen+travis:** add new platforms [skip ci] ([60239d4](https://github.com/saltstack-formulas/node-formula/commit/60239d44a5406a28b9e84423d66d0c6f71637b2d)) +* **kitchen+travis:** adjust matrix to add `3000.3` [skip ci] ([3527bc5](https://github.com/saltstack-formulas/node-formula/commit/3527bc5597dc767fb93c462e90654404e18a29ee)) + + +### Features + +* **formula:** store macros.jinja in subdir ([277d617](https://github.com/saltstack-formulas/node-formula/commit/277d617f97bbfce1ceb349cedc60b0b8f329ae6a)) + + +### BREAKING CHANGES + +* **formula:** Major refactor of formula to bring it in alignment with the +`template-formula`. As with all substantial changes, please ensure your +existing configurations work in the ways you expect from this formula. + ## [0.14.2](https://github.com/saltstack-formulas/node-formula/compare/v0.14.1...v0.14.2) (2020-05-02) diff --git a/FORMULA b/FORMULA index 92eaede..2d9519c 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: node os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 0.14.2 +version: 1.0.0 release: 1 minimum_version: 2016.11 summary: node formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 634ae49..aca201e 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,17 +13,17 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 13 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 12 - * - :raw-html-m2r:`@Granjow` - - `@Granjow `_ - - 7 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 7 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ + - 8 + * - :raw-html-m2r:`@Granjow` + - `@Granjow `_ - 7 * - :raw-html-m2r:`@johnkeates` - `@johnkeates `_ @@ -110,4 +110,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 2020-05-02. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-06-01. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 87240e6..8a9c0aa 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,30 @@ Changelog ========= +`1.0.0 `_ (2020-06-01) +------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** add new platforms [skip ci] (\ `60239d4 `_\ ) +* **kitchen+travis:** adjust matrix to add ``3000.3`` [skip ci] (\ `3527bc5 `_\ ) + +Features +^^^^^^^^ + + +* **formula:** store macros.jinja in subdir (\ `277d617 `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* **formula:** Major refactor of formula to bring it in alignment with the + ``template-formula``. As with all substantial changes, please ensure your + existing configurations work in the ways you expect from this formula. + `0.14.2 `_ (2020-05-02) ---------------------------------------------------------------------------------------------------------