diff --git a/AUTHORS.md b/AUTHORS.md index 9858318..887f4ab 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,13 +4,15 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: +@myii|[@myii](https://github.com/myii)|5 @babilen5|[@babilen5](https://github.com/babilen5)|4 @aboe76|[@aboe76](https://github.com/aboe76)|3 @daschatten|[@daschatten](https://github.com/daschatten)|2 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|2 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|1 @rmartins90|[@rmartins90](https://github.com/rmartins90)|1 @ek9|[@ek9](https://github.com/ek9)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-05-27. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-13. diff --git a/CHANGELOG.md b/CHANGELOG.md index 228ffc2..2bb3b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.2](https://github.com/saltstack-formulas/locale-formula/compare/v0.2.1...v0.2.2) (2019-07-13) + + +### Code Refactoring + +* **kitchen+inspec:** move inline pillars to files ([b992f4b](https://github.com/saltstack-formulas/locale-formula/commit/b992f4b)) + + +### Continuous Integration + +* **kitchen+travis:** modify matrix to include `develop` platform ([de4173d](https://github.com/saltstack-formulas/locale-formula/commit/de4173d)) + ## [0.2.1](https://github.com/saltstack-formulas/locale-formula/compare/v0.2.0...v0.2.1) (2019-05-27) diff --git a/FORMULA b/FORMULA index 0b2ce56..25ba669 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: locale os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.2.1 +version: 0.2.2 release: 1 minimum_version: 2017.7 summary: Locale formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 136b38c..91f574b 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,6 +13,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 5 * - :raw-html-m2r:`@babilen5` - `@babilen5 `_ - 4 @@ -22,6 +25,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@daschatten` - `@daschatten `_ - 2 + * - :raw-html-m2r:`@n-rodriguez` + - `@n-rodriguez `_ + - 2 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 1 @@ -35,4 +41,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-05-27. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-07-13. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 1e03c30..83bf685 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.2.2 `_ (2019-07-13) +-------------------------------------------------------------------------------------------------------- + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **kitchen+inspec:** move inline pillars to files (\ `b992f4b `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** modify matrix to include ``develop`` platform (\ `de4173d `_\ ) + `0.2.1 `_ (2019-05-27) --------------------------------------------------------------------------------------------------------