diff --git a/AUTHORS.md b/AUTHORS.md index e5cdcd3..b7f6e82 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,15 +4,17 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|63 -@aboe76|[@aboe76](https://github.com/aboe76)|10 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|4 -@babilen5|[@babilen5](https://github.com/babilen5)|4 -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|3 -@dafyddj|[@dafyddj](https://github.com/dafyddj)|2 -@daschatten|[@daschatten](https://github.com/daschatten)|2 -@ek9|[@ek9](https://github.com/ek9)|1 +@myii|[@myii](https://github.com/myii)|69 +@aboe76|[@aboe76](https://github.com/aboe76)|10 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|4 +@babilen5|[@babilen5](https://github.com/babilen5)|4 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|3 +@dafyddj|[@dafyddj](https://github.com/dafyddj)|2 +@daschatten|[@daschatten](https://github.com/daschatten)|2 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|1 +@stasjok|[@stasjok](https://github.com/stasjok)|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 2020-10-14. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-02-10. diff --git a/CHANGELOG.md b/CHANGELOG.md index d55be43..4290313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.3.5](https://github.com/saltstack-formulas/locale-formula/compare/v0.3.4...v0.3.5) (2021-02-10) + + +### Bug Fixes + +* **osfamilymap.yaml:** set default locale.conf path for debian ([978f1b1](https://github.com/saltstack-formulas/locale-formula/commit/978f1b1ca6ae4e0f24e531ba040894ea0d20d555)) + + +### Continuous Integration + +* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([e64262f](https://github.com/saltstack-formulas/locale-formula/commit/e64262f79d37f3102dbc05ac21f527337f91c840)) +* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([b78774c](https://github.com/saltstack-formulas/locale-formula/commit/b78774c7ee9d27b5d18ce86aba98c5c929e88f88)) +* **gitlab-ci:** use GitLab CI as Travis CI replacement ([ebc4255](https://github.com/saltstack-formulas/locale-formula/commit/ebc425553a9c94022af889dd8625e776b4ffacfa)) +* **pre-commit:** update hook for `rubocop` [skip ci] ([1cdf8d3](https://github.com/saltstack-formulas/locale-formula/commit/1cdf8d3202c5895a3a5e7880e86517ca1707d393)) + ## [0.3.4](https://github.com/saltstack-formulas/locale-formula/compare/v0.3.3...v0.3.4) (2020-10-14) diff --git a/FORMULA b/FORMULA index 7714f35..a2c5051 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.3.4 +version: 0.3.5 release: 1 minimum_version: 2017.7 summary: Locale formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 779cf5b..50c9caf 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,32 +13,38 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions - * - :raw-html-m2r:`@myii` + * - :raw-html-m2r:`@myii` - `@myii `_ - - 63 - * - :raw-html-m2r:`@aboe76` + - 69 + * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 10 - * - :raw-html-m2r:`@javierbertoli` + * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 4 - * - :raw-html-m2r:`@babilen5` + * - :raw-html-m2r:`@babilen5` - `@babilen5 `_ - 4 - * - :raw-html-m2r:`@n-rodriguez` + * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - 3 - * - :raw-html-m2r:`@dafyddj` + * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 2 - * - :raw-html-m2r:`@daschatten` + * - :raw-html-m2r:`@daschatten` - `@daschatten `_ - 2 - * - :raw-html-m2r:`@ek9` + * - :raw-html-m2r:`@baby-gnu` + - `@baby-gnu `_ + - 1 + * - :raw-html-m2r:`@stasjok` + - `@stasjok `_ + - 1 + * - :raw-html-m2r:`@ek9` - `@ek9 `_ - 1 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-10-14. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-02-10. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b2f2a2f..fe62a3c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,24 @@ Changelog ========= +`0.3.5 `_ (2021-02-10) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **osfamilymap.yaml:** set default locale.conf path for debian (\ `978f1b1 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `e64262f `_\ ) +* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `b78774c `_\ ) +* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `ebc4255 `_\ ) +* **pre-commit:** update hook for ``rubocop`` [skip ci] (\ `1cdf8d3 `_\ ) + `0.3.4 `_ (2020-10-14) --------------------------------------------------------------------------------------------------------