From 72e2f3640fb74fb735993ec0e5cdf4fd3dc72e9a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Dec 2019 19:07:24 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.0.0...v1.1.0) (2019-12-19) ### Features * **formulas:** git.latest parallelization ([eda88bd](https://github.com/saltstack-formulas/salt-formula/commit/eda88bd1a684c8d462e12db31fb29cbccdf67a3d)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 21eca0e..fbef2f1 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@aboe76|[@aboe76](https://github.com/aboe76)|99 +@aboe76|[@aboe76](https://github.com/aboe76)|100 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @myii|[@myii](https://github.com/myii)|66 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 @@ -107,4 +107,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-12-16. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-12-19. diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ba0d1..68bb4c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.1.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.0.0...v1.1.0) (2019-12-19) + + +### Features + +* **formulas:** git.latest parallelization ([eda88bd](https://github.com/saltstack-formulas/salt-formula/commit/eda88bd1a684c8d462e12db31fb29cbccdf67a3d)) + # [1.0.0](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.9...v1.0.0) (2019-12-16) diff --git a/FORMULA b/FORMULA index bd0b9ae..03e9aef 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.0.0 +version: 1.1.0 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 2963325..b313b0e 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - - 99 + - 100 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 71 @@ -317,4 +317,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-12-16. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-12-19. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ab79308..61afcd5 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.1.0 `_ (2019-12-19) +------------------------------------------------------------------------------------------------------ + +Features +^^^^^^^^ + + +* **formulas:** git.latest parallelization (\ `eda88bd `_\ ) + `1.0.0 `_ (2019-12-16) -------------------------------------------------------------------------------------------------------