From 45251f8fe0fb53e7deece899d53db1cd2f232851 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Aug 2020 05:33:58 +0000 Subject: [PATCH] chore(release): 0.54.2 [skip ci] ## [0.54.2](https://github.com/saltstack-formulas/mysql-formula/compare/v0.54.1...v0.54.2) (2020-08-27) ### Bug Fixes * **indent:** properly indent file.directory block ([7791268](https://github.com/saltstack-formulas/mysql-formula/commit/7791268d133d557d21414365db59dc14c8f97f74)), closes [#250](https://github.com/saltstack-formulas/mysql-formula/issues/250) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index f2ce3db6..4f867296 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -28,6 +28,7 @@ Avatar|Contributor|Contributions @alfonsfoubert|[@alfonsfoubert](https://github.com/alfonsfoubert)|3 @cboltz|[@cboltz](https://github.com/cboltz)|3 @pcdummy|[@pcdummy](https://github.com/pcdummy)|3 +@sticky-note|[@sticky-note](https://github.com/sticky-note)|3 @amontalban|[@amontalban](https://github.com/amontalban)|2 @iggy|[@iggy](https://github.com/iggy)|2 @ogabrielsantos|[@ogabrielsantos](https://github.com/ogabrielsantos)|2 @@ -41,7 +42,6 @@ Avatar|Contributor|Contributions @tomasfejfar|[@tomasfejfar](https://github.com/tomasfejfar)|2 @vschum|[@vschum](https://github.com/vschum)|2 @madflojo|[@madflojo](https://github.com/madflojo)|2 -@sticky-note|[@sticky-note](https://github.com/sticky-note)|2 @UtahDave|[@UtahDave](https://github.com/UtahDave)|2 @daks|[@daks](https://github.com/daks)|2 @nesteves|[@nesteves](https://github.com/nesteves)|2 @@ -85,4 +85,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-24. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-27. diff --git a/CHANGELOG.md b/CHANGELOG.md index 76fc71a5..e91df14c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.54.2](https://github.com/saltstack-formulas/mysql-formula/compare/v0.54.1...v0.54.2) (2020-08-27) + + +### Bug Fixes + +* **indent:** properly indent file.directory block ([7791268](https://github.com/saltstack-formulas/mysql-formula/commit/7791268d133d557d21414365db59dc14c8f97f74)), closes [#250](https://github.com/saltstack-formulas/mysql-formula/issues/250) + ## [0.54.1](https://github.com/saltstack-formulas/mysql-formula/compare/v0.54.0...v0.54.1) (2020-08-24) diff --git a/FORMULA b/FORMULA index 3a912e1e..bfb2e55e 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.54.1 +version: 0.54.2 release: 1 minimum_version: 2015.8 summary: Formula for installing MySQL diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 13cd7f59..66c7b622 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -85,6 +85,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@pcdummy` - `@pcdummy `_ - 3 + * - :raw-html-m2r:`@sticky-note` + - `@sticky-note `_ + - 3 * - :raw-html-m2r:`@amontalban` - `@amontalban `_ - 2 @@ -124,9 +127,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@madflojo` - `@madflojo `_ - 2 - * - :raw-html-m2r:`@sticky-note` - - `@sticky-note `_ - - 2 * - :raw-html-m2r:`@UtahDave` - `@UtahDave `_ - 2 @@ -251,4 +251,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 2020-08-24. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-08-27. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 32db862d..4cef5944 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.54.2 `_ (2020-08-27) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **indent:** properly indent file.directory block (\ `7791268 `_\ ), closes `#250 `_ + `0.54.1 `_ (2020-08-24) ----------------------------------------------------------------------------------------------------------