Skip to content

Commit 70cd96f

Browse files
chore(release): 0.15.1 [skip ci]
## [0.15.1](v0.15.0...v0.15.1) (2019-09-23) ### Bug Fixes * **editor:** fix python3 compatibility ([5da26b6](5da26b6)) ### Continuous Integration * use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([f9a3ef2](f9a3ef2)) * **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([f5e8b84](f5e8b84))
1 parent 2f544e7 commit 70cd96f

5 files changed

Lines changed: 44 additions & 11 deletions

File tree

AUTHORS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|10
78
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|10
8-
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|8
99
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|6
1010
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/507599?v=4' width='36' height='36' alt='@thatch45'>|[@thatch45](https://github.com/thatch45)|5
11+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|5
12+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|4
1113
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/851757?v=4' width='36' height='36' alt='@Azulinho'>|[@Azulinho](https://github.com/Azulinho)|3
12-
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|3
1314
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/3675033?v=4' width='36' height='36' alt='@BrandonIngalls'>|[@BrandonIngalls](https://github.com/BrandonIngalls)|2
1415
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/306240?v=4' width='36' height='36' alt='@UtahDave'>|[@UtahDave](https://github.com/UtahDave)|2
1516
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/287147?v=4' width='36' height='36' alt='@techhat'>|[@techhat](https://github.com/techhat)|2
@@ -32,4 +33,4 @@ Avatar|Contributor|Contributions
3233

3334
---
3435

35-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-06.
36+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-23.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.15.1](https://github.com/saltstack-formulas/vim-formula/compare/v0.15.0...v0.15.1) (2019-09-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **editor:** fix python3 compatibility ([5da26b6](https://github.com/saltstack-formulas/vim-formula/commit/5da26b6))
9+
10+
11+
### Continuous Integration
12+
13+
* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([f9a3ef2](https://github.com/saltstack-formulas/vim-formula/commit/f9a3ef2))
14+
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([f5e8b84](https://github.com/saltstack-formulas/vim-formula/commit/f5e8b84))
15+
316
# [0.15.0](https://github.com/saltstack-formulas/vim-formula/compare/v0.14.2...v0.15.0) (2019-09-06)
417

518

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: vim
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS
4-
version: 0.15.0
4+
version: 0.15.1
55
release: 0
66
minimum_version: 2017.7
77
summary: Vim formula

docs/AUTHORS.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,26 @@ This list is sorted by the number of commits per contributor in *descending* ord
1313
* - Avatar
1414
- Contributor
1515
- Contributions
16+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
17+
- `@aboe76 <https://github.com/aboe76>`_
18+
- 10
1619
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
1720
- `@gravyboat <https://github.com/gravyboat>`_
1821
- 10
19-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
20-
- `@aboe76 <https://github.com/aboe76>`_
21-
- 8
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
2323
- `@nmadhok <https://github.com/nmadhok>`_
2424
- 6
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/507599?v=4' width='36' height='36' alt='@thatch45'>`
2626
- `@thatch45 <https://github.com/thatch45>`_
2727
- 5
28-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/851757?v=4' width='36' height='36' alt='@Azulinho'>`
29-
- `@Azulinho <https://github.com/Azulinho>`_
30-
- 3
28+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
29+
- `@myii <https://github.com/myii>`_
30+
- 5
3131
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
3232
- `@n-rodriguez <https://github.com/n-rodriguez>`_
33+
- 4
34+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/851757?v=4' width='36' height='36' alt='@Azulinho'>`
35+
- `@Azulinho <https://github.com/Azulinho>`_
3336
- 3
3437
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/3675033?v=4' width='36' height='36' alt='@BrandonIngalls'>`
3538
- `@BrandonIngalls <https://github.com/BrandonIngalls>`_
@@ -92,4 +95,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
9295

9396
----
9497

95-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-06.
98+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-23.

docs/CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
Changelog
33
=========
44

5+
`0.15.1 <https://github.com/saltstack-formulas/vim-formula/compare/v0.15.0...v0.15.1>`_ (2019-09-23)
6+
--------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **editor:** fix python3 compatibility (\ `5da26b6 <https://github.com/saltstack-formulas/vim-formula/commit/5da26b6>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ `f9a3ef2 <https://github.com/saltstack-formulas/vim-formula/commit/f9a3ef2>`_\ )
19+
* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ `f5e8b84 <https://github.com/saltstack-formulas/vim-formula/commit/f5e8b84>`_\ )
20+
521
`0.15.0 <https://github.com/saltstack-formulas/vim-formula/compare/v0.14.2...v0.15.0>`_ (2019-09-06)
622
--------------------------------------------------------------------------------------------------------
723

0 commit comments

Comments
 (0)