From 166783a3c8c0a180d7a71a532d7f5f20138e1b38 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Apr 2020 09:17:51 +0000 Subject: [PATCH] chore(release): 1.3.4 [skip ci] ## [1.3.4](https://github.com/saltstack-formulas/salt-formula/compare/v1.3.3...v1.3.4) (2020-04-03) ### Bug Fixes * **api:** remove spurious colon in salt.api state ([02fbcd4](https://github.com/saltstack-formulas/salt-formula/commit/02fbcd43fc56e99fa62d7ab78658fa19e5d83372)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 10 +++++----- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 25 insertions(+), 9 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3543182..e5e3305 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @aboe76|[@aboe76](https://github.com/aboe76)|100 -@myii|[@myii](https://github.com/myii)|83 +@myii|[@myii](https://github.com/myii)|87 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 @iggy|[@iggy](https://github.com/iggy)|22 @@ -34,6 +34,7 @@ Avatar|Contributor|Contributions @tampakrap|[@tampakrap](https://github.com/tampakrap)|4 @MSeven|[@MSeven](https://github.com/MSeven)|4 @dafyddj|[@dafyddj](https://github.com/dafyddj)|3 +@pprkut|[@pprkut](https://github.com/pprkut)|3 @jcftang|[@jcftang](https://github.com/jcftang)|3 @johtso|[@johtso](https://github.com/johtso)|3 @kev009|[@kev009](https://github.com/kev009)|3 @@ -48,7 +49,6 @@ Avatar|Contributor|Contributions @raizyr|[@raizyr](https://github.com/raizyr)|2 @basepi|[@basepi](https://github.com/basepi)|2 @quixoten|[@quixoten](https://github.com/quixoten)|2 -@pprkut|[@pprkut](https://github.com/pprkut)|2 @hemebond|[@hemebond](https://github.com/hemebond)|2 @centromere|[@centromere](https://github.com/centromere)|2 @jerrykan|[@jerrykan](https://github.com/jerrykan)|2 @@ -108,4 +108,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-04-01. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-03. diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d753a..751f63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.4](https://github.com/saltstack-formulas/salt-formula/compare/v1.3.3...v1.3.4) (2020-04-03) + + +### Bug Fixes + +* **api:** remove spurious colon in salt.api state ([02fbcd4](https://github.com/saltstack-formulas/salt-formula/commit/02fbcd43fc56e99fa62d7ab78658fa19e5d83372)) + ## [1.3.3](https://github.com/saltstack-formulas/salt-formula/compare/v1.3.2...v1.3.3) (2020-04-01) diff --git a/FORMULA b/FORMULA index b9c52a6..c572cec 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: salt os: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows -version: 1.3.3 +version: 1.3.4 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 95317b1..5aa9520 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 100 * - :raw-html-m2r:`@myii` - `@myii `_ - - 83 + - 87 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 71 @@ -103,6 +103,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 3 + * - :raw-html-m2r:`@pprkut` + - `@pprkut `_ + - 3 * - :raw-html-m2r:`@jcftang` - `@jcftang `_ - 3 @@ -145,9 +148,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@quixoten` - `@quixoten `_ - 2 - * - :raw-html-m2r:`@pprkut` - - `@pprkut `_ - - 2 * - :raw-html-m2r:`@hemebond` - `@hemebond `_ - 2 @@ -320,4 +320,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-04-01. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-03. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index bb50e70..20d9ff6 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.3.4 `_ (2020-04-03) +------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **api:** remove spurious colon in salt.api state (\ `02fbcd4 `_\ ) + `1.3.3 `_ (2020-04-01) ------------------------------------------------------------------------------------------------------