Skip to content

Commit bcbc787

Browse files
chore(release): 0.2.0 [skip ci]
# [0.2.0](v0.1.0...v0.2.0) (2019-08-28) ### Continuous Integration * **kitchen:** add Kitchen tests ([3cab7f6](3cab7f6)) ### Features * **semantic-release:** add semantic release ([78c5eb5](78c5eb5))
1 parent 6c81d1f commit bcbc787

File tree

5 files changed

+102
-1
lines changed

5 files changed

+102
-1
lines changed

AUTHORS.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Authors
2+
3+
This list is sorted by the number of commits per contributor in _descending_ order.
4+
5+
Avatar|Contributor|Contributions
6+
:-:|---|:-:
7+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/7521438?v=4' width='36' height='36' alt='@federicohyo'>|[@federicohyo](https://github.com/federicohyo)|6
8+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3520407?v=4' width='36' height='36' alt='@RabidCicada'>|[@RabidCicada](https://github.com/RabidCicada)|5
9+
<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)|3
10+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/211666?v=4' width='36' height='36' alt='@grandmasterv'>|[@grandmasterv](https://github.com/grandmasterv)|2
11+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/864186?v=4' width='36' height='36' alt='@themalkolm'>|[@themalkolm](https://github.com/themalkolm)|1
12+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|1
13+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1746010?v=4' width='36' height='36' alt='@psladek'>|[@psladek](https://github.com/psladek)|1
14+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/175579?v=4' width='36' height='36' alt='@vladvasiliu'>|[@vladvasiliu](https://github.com/vladvasiliu)|1
15+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/5682028?v=4' width='36' height='36' alt='@nadvornik'>|[@nadvornik](https://github.com/nadvornik)|1
16+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>|[@puneetk](https://github.com/puneetk)|1
17+
18+
---
19+
20+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-28.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
# [0.2.0](https://github.com/saltstack-formulas/vsftpd-formula/compare/v0.1.0...v0.2.0) (2019-08-28)
4+
5+
6+
### Continuous Integration
7+
8+
* **kitchen:** add Kitchen tests ([3cab7f6](https://github.com/saltstack-formulas/vsftpd-formula/commit/3cab7f6))
9+
10+
11+
### Features
12+
13+
* **semantic-release:** add semantic release ([78c5eb5](https://github.com/saltstack-formulas/vsftpd-formula/commit/78c5eb5))

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: vsftpd
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.1.0
4+
version: 0.2.0
55
release: 0
66
minimum_version: 2017.7
77
summary: Vsftpd formula

docs/AUTHORS.rst

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
.. role:: raw-html-m2r(raw)
2+
:format: html
3+
4+
5+
Authors
6+
=======
7+
8+
This list is sorted by the number of commits per contributor in *descending* order.
9+
10+
.. list-table::
11+
:header-rows: 1
12+
13+
* - Avatar
14+
- Contributor
15+
- Contributions
16+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/7521438?v=4' width='36' height='36' alt='@federicohyo'>`
17+
- `@federicohyo <https://github.com/federicohyo>`_
18+
- 6
19+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3520407?v=4' width='36' height='36' alt='@RabidCicada'>`
20+
- `@RabidCicada <https://github.com/RabidCicada>`_
21+
- 5
22+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
23+
- `@aboe76 <https://github.com/aboe76>`_
24+
- 3
25+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/211666?v=4' width='36' height='36' alt='@grandmasterv'>`
26+
- `@grandmasterv <https://github.com/grandmasterv>`_
27+
- 2
28+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/864186?v=4' width='36' height='36' alt='@themalkolm'>`
29+
- `@themalkolm <https://github.com/themalkolm>`_
30+
- 1
31+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
32+
- `@javierbertoli <https://github.com/javierbertoli>`_
33+
- 1
34+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1746010?v=4' width='36' height='36' alt='@psladek'>`
35+
- `@psladek <https://github.com/psladek>`_
36+
- 1
37+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/175579?v=4' width='36' height='36' alt='@vladvasiliu'>`
38+
- `@vladvasiliu <https://github.com/vladvasiliu>`_
39+
- 1
40+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/5682028?v=4' width='36' height='36' alt='@nadvornik'>`
41+
- `@nadvornik <https://github.com/nadvornik>`_
42+
- 1
43+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>`
44+
- `@puneetk <https://github.com/puneetk>`_
45+
- 1
46+
47+
48+
----
49+
50+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-08-28.

docs/CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
Changelog
3+
=========
4+
5+
`0.2.0 <https://github.com/saltstack-formulas/vsftpd-formula/compare/v0.1.0...v0.2.0>`_ (2019-08-28)
6+
--------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **kitchen:** add Kitchen tests (\ `3cab7f6 <https://github.com/saltstack-formulas/vsftpd-formula/commit/3cab7f6>`_\ )
13+
14+
Features
15+
^^^^^^^^
16+
17+
18+
* **semantic-release:** add semantic release (\ `78c5eb5 <https://github.com/saltstack-formulas/vsftpd-formula/commit/78c5eb5>`_\ )

0 commit comments

Comments
 (0)