From 70cd96f02d2c0dc406d758f5113320ca9b88af00 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Sep 2019 00:54:31 +0000 Subject: [PATCH] chore(release): 0.15.1 [skip ci] ## [0.15.1](https://github.com/saltstack-formulas/vim-formula/compare/v0.15.0...v0.15.1) (2019-09-23) ### Bug Fixes * **editor:** fix python3 compatibility ([5da26b6](https://github.com/saltstack-formulas/vim-formula/commit/5da26b6)) ### Continuous Integration * use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([f9a3ef2](https://github.com/saltstack-formulas/vim-formula/commit/f9a3ef2)) * **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([f5e8b84](https://github.com/saltstack-formulas/vim-formula/commit/f5e8b84)) --- AUTHORS.md | 7 ++++--- CHANGELOG.md | 13 +++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 17 ++++++++++------- docs/CHANGELOG.rst | 16 ++++++++++++++++ 5 files changed, 44 insertions(+), 11 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index cc929fc..84c12e6 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,12 +4,13 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: +@aboe76|[@aboe76](https://github.com/aboe76)|10 @gravyboat|[@gravyboat](https://github.com/gravyboat)|10 -@aboe76|[@aboe76](https://github.com/aboe76)|8 @nmadhok|[@nmadhok](https://github.com/nmadhok)|6 @thatch45|[@thatch45](https://github.com/thatch45)|5 +@myii|[@myii](https://github.com/myii)|5 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|4 @Azulinho|[@Azulinho](https://github.com/Azulinho)|3 -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|3 @BrandonIngalls|[@BrandonIngalls](https://github.com/BrandonIngalls)|2 @UtahDave|[@UtahDave](https://github.com/UtahDave)|2 @techhat|[@techhat](https://github.com/techhat)|2 @@ -32,4 +33,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-06. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-23. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3909d76..7ba6989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.15.1](https://github.com/saltstack-formulas/vim-formula/compare/v0.15.0...v0.15.1) (2019-09-23) + + +### Bug Fixes + +* **editor:** fix python3 compatibility ([5da26b6](https://github.com/saltstack-formulas/vim-formula/commit/5da26b6)) + + +### Continuous Integration + +* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([f9a3ef2](https://github.com/saltstack-formulas/vim-formula/commit/f9a3ef2)) +* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([f5e8b84](https://github.com/saltstack-formulas/vim-formula/commit/f5e8b84)) + # [0.15.0](https://github.com/saltstack-formulas/vim-formula/compare/v0.14.2...v0.15.0) (2019-09-06) diff --git a/FORMULA b/FORMULA index 7f276a9..47d8560 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: vim os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS -version: 0.15.0 +version: 0.15.1 release: 0 minimum_version: 2017.7 summary: Vim formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 74d2147..8ddfd07 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,23 +13,26 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 10 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 10 - * - :raw-html-m2r:`@aboe76` - - `@aboe76 `_ - - 8 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 6 * - :raw-html-m2r:`@thatch45` - `@thatch45 `_ - 5 - * - :raw-html-m2r:`@Azulinho` - - `@Azulinho `_ - - 3 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 5 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ + - 4 + * - :raw-html-m2r:`@Azulinho` + - `@Azulinho `_ - 3 * - :raw-html-m2r:`@BrandonIngalls` - `@BrandonIngalls `_ @@ -92,4 +95,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-06. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-23. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 858421b..d039d61 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`0.15.1 `_ (2019-09-23) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **editor:** fix python3 compatibility (\ `5da26b6 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ `f9a3ef2 `_\ ) +* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ `f5e8b84 `_\ ) + `0.15.0 `_ (2019-09-06) --------------------------------------------------------------------------------------------------------