diff --git a/AUTHORS.md b/AUTHORS.md index 2b48e34..ccf17eb 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,11 +4,11 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|10 +@myii|[@myii](https://github.com/myii)|11 @federicohyo|[@federicohyo](https://github.com/federicohyo)|6 @aboe76|[@aboe76](https://github.com/aboe76)|6 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|5 @RabidCicada|[@RabidCicada](https://github.com/RabidCicada)|5 -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|4 @grandmasterv|[@grandmasterv](https://github.com/grandmasterv)|2 @themalkolm|[@themalkolm](https://github.com/themalkolm)|1 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|1 diff --git a/CHANGELOG.md b/CHANGELOG.md index c85e68b..e1ba048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [0.3.0](https://github.com/saltstack-formulas/vsftpd-formula/compare/v0.2.2...v0.3.0) (2019-09-27) + + +### Features + +* **map:** sync map.jinja with template-formula ([b747e43](https://github.com/saltstack-formulas/vsftpd-formula/commit/b747e43)) + ## [0.2.2](https://github.com/saltstack-formulas/vsftpd-formula/compare/v0.2.1...v0.2.2) (2019-09-27) diff --git a/FORMULA b/FORMULA index a1d6dcd..0352ae6 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: vsftpd 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.2.2 +version: 0.3.0 release: 0 minimum_version: 2017.7 summary: Vsftpd formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 888dad8..b66df66 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,19 +15,19 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 10 + - 11 * - :raw-html-m2r:`@federicohyo` - `@federicohyo `_ - 6 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 6 + * - :raw-html-m2r:`@n-rodriguez` + - `@n-rodriguez `_ + - 5 * - :raw-html-m2r:`@RabidCicada` - `@RabidCicada `_ - 5 - * - :raw-html-m2r:`@n-rodriguez` - - `@n-rodriguez `_ - - 4 * - :raw-html-m2r:`@grandmasterv` - `@grandmasterv `_ - 2 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b1913dd..515acc0 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.3.0 `_ (2019-09-27) +-------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **map:** sync map.jinja with template-formula (\ `b747e43 `_\ ) + `0.2.2 `_ (2019-09-27) --------------------------------------------------------------------------------------------------------