From 3eb0598e2189104b750950816e919fffa51de658 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 12 Oct 2019 07:02:19 +0000 Subject: [PATCH] chore(release): 0.3.2 [skip ci] ## [0.3.2](https://github.com/saltstack-formulas/locale-formula/compare/v0.3.1...v0.3.2) (2019-10-12) ### Bug Fixes * **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/locale-formula/commit/438213a)) ### Continuous Integration * **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/locale-formula/commit/087ba1d)) * **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/locale-formula/commit/c0013eb)) * **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/locale-formula/commit/b9aade4)) * **platform:** add `arch-base-latest` ([](https://github.com/saltstack-formulas/locale-formula/commit/e1290f0)) * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/locale-formula/commit/5ef469d)) * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/locale-formula/commit/72a0577)) * use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/locale-formula/commit/9dfb1c8)) * **travis:** merge `rubocop` linter into main `lint` job ([](https://github.com/saltstack-formulas/locale-formula/commit/2beeea8)) * **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/locale-formula/commit/6f108cc)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 20 ++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 23 +++++++++++++++++++++++ 5 files changed, 50 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 64dddcb..79e9f0e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|10 -@aboe76|[@aboe76](https://github.com/aboe76)|7 +@myii|[@myii](https://github.com/myii)|25 +@aboe76|[@aboe76](https://github.com/aboe76)|10 @babilen5|[@babilen5](https://github.com/babilen5)|4 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|3 @daschatten|[@daschatten](https://github.com/daschatten)|2 @@ -15,4 +15,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-01. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-12. diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ac84f..51bde5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.3.2](https://github.com/saltstack-formulas/locale-formula/compare/v0.3.1...v0.3.2) (2019-10-12) + + +### Bug Fixes + +* **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/locale-formula/commit/438213a)) + + +### Continuous Integration + +* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/locale-formula/commit/087ba1d)) +* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/locale-formula/commit/c0013eb)) +* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/locale-formula/commit/b9aade4)) +* **platform:** add `arch-base-latest` ([](https://github.com/saltstack-formulas/locale-formula/commit/e1290f0)) +* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/locale-formula/commit/5ef469d)) +* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/locale-formula/commit/72a0577)) +* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/locale-formula/commit/9dfb1c8)) +* **travis:** merge `rubocop` linter into main `lint` job ([](https://github.com/saltstack-formulas/locale-formula/commit/2beeea8)) +* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/locale-formula/commit/6f108cc)) + ## [0.3.1](https://github.com/saltstack-formulas/locale-formula/compare/v0.3.0...v0.3.1) (2019-09-01) diff --git a/FORMULA b/FORMULA index 7bd29b2..969bed6 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.1 +version: 0.3.2 release: 1 minimum_version: 2017.7 summary: Locale formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 8ecfad7..a601739 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 10 + - 25 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - - 7 + - 10 * - :raw-html-m2r:`@babilen5` - `@babilen5 `_ - 4 @@ -41,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-09-01. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-12. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 6483359..3100bce 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,29 @@ Changelog ========= +`0.3.2 `_ (2019-10-12) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **rubocop:** add fixes using ``rubocop --safe-auto-correct`` (\ ` `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` `_\ ) +* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` `_\ ) +* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` `_\ ) +* **platform:** add ``arch-base-latest`` (\ ` `_\ ) +* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ ) +* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ ) +* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ ` `_\ ) +* **travis:** merge ``rubocop`` linter into main ``lint`` job (\ ` `_\ ) +* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` `_\ ) + `0.3.1 `_ (2019-09-01) --------------------------------------------------------------------------------------------------------