From 96ea2c6383bd9b4087161741800e08b05b28ad42 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 5 Oct 2019 00:33:17 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/saltstack-formulas/iscsi-formula/compare/v1.0.0...v1.0.1) (2019-10-05) ### Documentation * **readme:** fix formatting ([40dd6ef](https://github.com/saltstack-formulas/iscsi-formula/commit/40dd6ef)) * **readme:** update scope heading ([840b389](https://github.com/saltstack-formulas/iscsi-formula/commit/840b389)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 8 ++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 10 ++++++++++ 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 5d5a25a8..4745ba59 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 :-:|---|:-: -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|20 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|67 @aboe76|[@aboe76](https://github.com/aboe76)|9 @alxwr|[@alxwr](https://github.com/alxwr)|6 @0xf10e|[@0xf10e](https://github.com/0xf10e)|6 @@ -14,4 +14,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-10-04. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-05. diff --git a/CHANGELOG.md b/CHANGELOG.md index 771565cf..c492c903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/saltstack-formulas/iscsi-formula/compare/v1.0.0...v1.0.1) (2019-10-05) + + +### Documentation + +* **readme:** fix formatting ([40dd6ef](https://github.com/saltstack-formulas/iscsi-formula/commit/40dd6ef)) +* **readme:** update scope heading ([840b389](https://github.com/saltstack-formulas/iscsi-formula/commit/840b389)) + # 1.0.0 (2019-10-04) diff --git a/FORMULA b/FORMULA index 5ef7183f..37aadb22 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: iscsi os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 1.0.0 +version: 1.0.1 release: 1 minimum_version: 2017.7 summary: iscsi formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 707bd50b..9a383429 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:`@noelmcloughlin` - `@noelmcloughlin `_ - - 20 + - 67 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 9 @@ -38,4 +38,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-10-04. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-05. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index af37738a..f9625511 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -5,6 +5,16 @@ Changelog --------- +`1.0.1 `_ (2019-10-05) +------------------------------------------------------------------------------------------------------- + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** fix formatting (\ `40dd6ef `_\ ) +* **readme:** update scope heading (\ `840b389 `_\ ) + 1.0.0 (2019-10-04) ------------------