From 1e5651faac90386e523d8943d3c2f30f4799e97e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Aug 2020 22:53:02 +0000 Subject: [PATCH] chore(release): 0.54.1 [skip ci] ## [0.54.1](https://github.com/saltstack-formulas/mysql-formula/compare/v0.54.0...v0.54.1) (2020-08-24) ### Bug Fixes * **freebsd:** upgrade to mysql57-server ([ec68199](https://github.com/saltstack-formulas/mysql-formula/commit/ec681995b4f7e23a8dbec63809d3704f19ec9299)) --- AUTHORS.md | 3 ++- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 5 ++++- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index cd361a5d..f2ce3db6 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -57,6 +57,7 @@ Avatar|Contributor|Contributions @sivir|[@sivir](https://github.com/sivir)|1 @terminalmage|[@terminalmage](https://github.com/terminalmage)|1 @replicant0wnz|[@replicant0wnz](https://github.com/replicant0wnz)|1 +@GeJ|[@GeJ](https://github.com/GeJ)|1 @imran1008|[@imran1008](https://github.com/imran1008)|1 @JubbaSmail|[@JubbaSmail](https://github.com/JubbaSmail)|1 @h4ck3rm1k3|[@h4ck3rm1k3](https://github.com/h4ck3rm1k3)|1 @@ -84,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-07-10. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-24. diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ab75f6..76fc71a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.54.1](https://github.com/saltstack-formulas/mysql-formula/compare/v0.54.0...v0.54.1) (2020-08-24) + + +### Bug Fixes + +* **freebsd:** upgrade to mysql57-server ([ec68199](https://github.com/saltstack-formulas/mysql-formula/commit/ec681995b4f7e23a8dbec63809d3704f19ec9299)) + # [0.54.0](https://github.com/saltstack-formulas/mysql-formula/compare/v0.53.0...v0.54.0) (2020-07-10) diff --git a/FORMULA b/FORMULA index 0f418e16..3a912e1e 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.0 +version: 0.54.1 release: 1 minimum_version: 2015.8 summary: Formula for installing MySQL diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index a3e18494..13cd7f59 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -172,6 +172,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@replicant0wnz` - `@replicant0wnz `_ - 1 + * - :raw-html-m2r:`@GeJ` + - `@GeJ `_ + - 1 * - :raw-html-m2r:`@imran1008` - `@imran1008 `_ - 1 @@ -248,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-07-10. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-08-24. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b427ac25..32db862d 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.54.1 `_ (2020-08-24) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **freebsd:** upgrade to mysql57-server (\ `ec68199 `_\ ) + `0.54.0 `_ (2020-07-10) ----------------------------------------------------------------------------------------------------------