From 1239af7a8725a77cb5de5c0355f2ca329606ab07 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Oct 2019 21:55:57 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/saltstack-formulas/collectd-formula/compare/v1.1.2...v1.1.3) (2019-10-11) ### Bug Fixes * **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/collectd-formula/commit/9eba083)) ### Continuous Integration * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/collectd-formula/commit/f8e5542)) * **travis:** merge `rubocop` linter into main `lint` job ([](https://github.com/saltstack-formulas/collectd-formula/commit/a95ec51)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 13 +++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 16 ++++++++++++++++ 5 files changed, 36 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 1bac63b..2d68003 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,8 +5,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @fintanmm|[@fintanmm](https://github.com/fintanmm)|38 +@myii|[@myii](https://github.com/myii)|27 @nmadhok|[@nmadhok](https://github.com/nmadhok)|26 -@myii|[@myii](https://github.com/myii)|23 @babilen5|[@babilen5](https://github.com/babilen5)|22 @genuss|[@genuss](https://github.com/genuss)|22 @puneetk|[@puneetk](https://github.com/puneetk)|12 @@ -52,4 +52,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-10-09. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-11. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a02ca2..0e96805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.3](https://github.com/saltstack-formulas/collectd-formula/compare/v1.1.2...v1.1.3) (2019-10-11) + + +### Bug Fixes + +* **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/collectd-formula/commit/9eba083)) + + +### Continuous Integration + +* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/collectd-formula/commit/f8e5542)) +* **travis:** merge `rubocop` linter into main `lint` job ([](https://github.com/saltstack-formulas/collectd-formula/commit/a95ec51)) + ## [1.1.2](https://github.com/saltstack-formulas/collectd-formula/compare/v1.1.1...v1.1.2) (2019-10-09) diff --git a/FORMULA b/FORMULA index 627dbdf..b3fb903 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: collectd os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, 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: 1.1.2 +version: 1.1.3 release: 1 minimum_version: 2016.11 summary: Collectd formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index b718eef..bdec0c0 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -16,12 +16,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@fintanmm` - `@fintanmm `_ - 38 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 27 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 26 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 23 * - :raw-html-m2r:`@babilen5` - `@babilen5 `_ - 22 @@ -152,4 +152,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-10-09. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-11. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ae65baf..f60f818 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`1.1.3 `_ (2019-10-11) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **rubocop:** add fixes using ``rubocop --safe-auto-correct`` (\ ` `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ ) +* **travis:** merge ``rubocop`` linter into main ``lint`` job (\ ` `_\ ) + `1.1.2 `_ (2019-10-09) ----------------------------------------------------------------------------------------------------------