From c763e1edce06f013933e61d35a8a2e9075a05352 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Nov 2019 17:00:14 +0000 Subject: [PATCH] chore(release): 0.38.2 [skip ci] ## [0.38.2](https://github.com/saltstack-formulas/apache-formula/compare/v0.38.1...v0.38.2) (2019-11-07) ### Bug Fixes * **apache/modules.sls:** fix duplicated ID ([57afd71](https://github.com/saltstack-formulas/apache-formula/commit/57afd71627eb554138c8d5ec9cc790d899ed80ff)) --- AUTHORS.md | 5 +++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 7 +++++-- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 25 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 45c4fdb..c825cc0 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,7 +8,7 @@ Avatar|Contributor|Contributions @gravyboat|[@gravyboat](https://github.com/gravyboat)|36 @whiteinge|[@whiteinge](https://github.com/whiteinge)|31 @aboe76|[@aboe76](https://github.com/aboe76)|31 -@myii|[@myii](https://github.com/myii)|29 +@myii|[@myii](https://github.com/myii)|30 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|24 @nmadhok|[@nmadhok](https://github.com/nmadhok)|20 @puneetk|[@puneetk](https://github.com/puneetk)|20 @@ -58,6 +58,7 @@ Avatar|Contributor|Contributions @ev0rtex|[@ev0rtex](https://github.com/ev0rtex)|1 @fintanmm|[@fintanmm](https://github.com/fintanmm)|1 @fcrozat|[@fcrozat](https://github.com/fcrozat)|1 +@SynPrime|[@SynPrime](https://github.com/SynPrime)|1 @jbouse|[@jbouse](https://github.com/jbouse)|1 @jerrykan|[@jerrykan](https://github.com/jerrykan)|1 @jcristau|[@jcristau](https://github.com/jcristau)|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 2019-11-05. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-07. diff --git a/CHANGELOG.md b/CHANGELOG.md index b063f23..4d693f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.38.2](https://github.com/saltstack-formulas/apache-formula/compare/v0.38.1...v0.38.2) (2019-11-07) + + +### Bug Fixes + +* **apache/modules.sls:** fix duplicated ID ([57afd71](https://github.com/saltstack-formulas/apache-formula/commit/57afd71627eb554138c8d5ec9cc790d899ed80ff)) + ## [0.38.1](https://github.com/saltstack-formulas/apache-formula/compare/v0.38.0...v0.38.1) (2019-11-05) diff --git a/FORMULA b/FORMULA index 17c9c5e..2c63a47 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: apache os: RedHat, Fedora, CentOS, Debian, Ubuntu, Suse, FreeBSD os_family: RedHat, Debian, Suse, FreeBSD -version: 0.38.1 +version: 0.38.2 release: 1 minimum_version: 2015.8 summary: Formula for installing Apache diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 3a1cfc4..8920c71 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -27,7 +27,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 31 * - :raw-html-m2r:`@myii` - `@myii `_ - - 29 + - 30 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 24 @@ -175,6 +175,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@fcrozat` - `@fcrozat `_ - 1 + * - :raw-html-m2r:`@SynPrime` + - `@SynPrime `_ + - 1 * - :raw-html-m2r:`@jbouse` - `@jbouse `_ - 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 2019-11-05. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-11-07. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 1207f18..2b2334f 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.38.2 `_ (2019-11-07) +----------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **apache/modules.sls:** fix duplicated ID (\ `57afd71 `_\ ) + `0.38.1 `_ (2019-11-05) -----------------------------------------------------------------------------------------------------------