diff --git a/AUTHORS.md b/AUTHORS.md index 9d9523d2..3938a753 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: +@myii|[@myii](https://github.com/myii)|39 @gravyboat|[@gravyboat](https://github.com/gravyboat)|38 -@myii|[@myii](https://github.com/myii)|38 @aboe76|[@aboe76](https://github.com/aboe76)|37 @nmadhok|[@nmadhok](https://github.com/nmadhok)|28 @whiteinge|[@whiteinge](https://github.com/whiteinge)|27 @@ -42,6 +42,7 @@ Avatar|Contributor|Contributions @vschum|[@vschum](https://github.com/vschum)|2 @madflojo|[@madflojo](https://github.com/madflojo)|2 @UtahDave|[@UtahDave](https://github.com/UtahDave)|2 +@daks|[@daks](https://github.com/daks)|2 @nesteves|[@nesteves](https://github.com/nesteves)|2 @1exx|[@1exx](https://github.com/1exx)|1 @aaronm-cloudtek|[@aaronm-cloudtek](https://github.com/aaronm-cloudtek)|1 @@ -78,7 +79,6 @@ Avatar|Contributor|Contributions @slawekp|[@slawekp](https://github.com/slawekp)|1 @tsia|[@tsia](https://github.com/tsia)|1 @zhujinhe|[@zhujinhe](https://github.com/zhujinhe)|1 -@daks|[@daks](https://github.com/daks)|1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 84986f4f..b7883437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.52.4](https://github.com/saltstack-formulas/mysql-formula/compare/v0.52.3...v0.52.4) (2019-12-03) + + +### Styles + +* remove previous line from jinja directives ([ec0e2a7](https://github.com/saltstack-formulas/mysql-formula/commit/ec0e2a765a587d0df94b0afb9f7a4ef78a5319ab)) + ## [0.52.3](https://github.com/saltstack-formulas/mysql-formula/compare/v0.52.2...v0.52.3) (2019-12-03) diff --git a/FORMULA b/FORMULA index 7f6761ac..8d56fbd2 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: mysql os: RedHat, CentOS, Debian, Ubuntu, Suse, Gentoo, FreeBSD os_family: RedHat, Debian, Suse, Gentoo, FreeBSD -version: 0.52.3 +version: 0.52.4 release: 1 minimum_version: 2015.8 summary: Formula for installing MySQL diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 01b882a3..32f36e22 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,11 +13,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions - * - :raw-html-m2r:`@gravyboat` - - `@gravyboat `_ - - 38 * - :raw-html-m2r:`@myii` - `@myii `_ + - 39 + * - :raw-html-m2r:`@gravyboat` + - `@gravyboat `_ - 38 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ @@ -127,6 +127,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@UtahDave` - `@UtahDave `_ - 2 + * - :raw-html-m2r:`@daks` + - `@daks `_ + - 2 * - :raw-html-m2r:`@nesteves` - `@nesteves `_ - 2 @@ -235,9 +238,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@zhujinhe` - `@zhujinhe `_ - 1 - * - :raw-html-m2r:`@daks` - - `@daks `_ - - 1 ---- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f4505dc7..41afc08b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.52.4 `_ (2019-12-03) +---------------------------------------------------------------------------------------------------------- + +Styles +^^^^^^ + + +* remove previous line from jinja directives (\ `ec0e2a7 `_\ ) + `0.52.3 `_ (2019-12-03) ----------------------------------------------------------------------------------------------------------