From 865600e751ca5b333fe486ac7553fd0520efc704 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Jun 2020 22:29:51 +0000 Subject: [PATCH] chore(release): 0.16.0 [skip ci] # [0.16.0](https://github.com/saltstack-formulas/systemd-formula/compare/v0.15.0...v0.16.0) (2020-06-01) ### Continuous Integration * **kitchen+travis:** use latest pre-salted images ([a531d38](https://github.com/saltstack-formulas/systemd-formula/commit/a531d38464eadef87802fa5a76ec5bfdad6199bd)) ### Features * **python3:** update for `ubuntu-20.04` & `fedora-32` ([7e719e0](https://github.com/saltstack-formulas/systemd-formula/commit/7e719e0637700e99d3e85d888390ea10cc93dd6b)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 32 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index c32ae63..0b0d065 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 :-:|---|:-: -@myii|[@myii](https://github.com/myii)|87 +@myii|[@myii](https://github.com/myii)|88 @aboe76|[@aboe76](https://github.com/aboe76)|74 @aanriot|[@aanriot](https://github.com/aanriot)|18 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|7 @@ -16,4 +16,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-05-25. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-01. diff --git a/CHANGELOG.md b/CHANGELOG.md index ef06d87..8ca2c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [0.16.0](https://github.com/saltstack-formulas/systemd-formula/compare/v0.15.0...v0.16.0) (2020-06-01) + + +### Continuous Integration + +* **kitchen+travis:** use latest pre-salted images ([a531d38](https://github.com/saltstack-formulas/systemd-formula/commit/a531d38464eadef87802fa5a76ec5bfdad6199bd)) + + +### Features + +* **python3:** update for `ubuntu-20.04` & `fedora-32` ([7e719e0](https://github.com/saltstack-formulas/systemd-formula/commit/7e719e0637700e99d3e85d888390ea10cc93dd6b)) + # [0.15.0](https://github.com/saltstack-formulas/systemd-formula/compare/v0.14.2...v0.15.0) (2020-05-25) diff --git a/FORMULA b/FORMULA index 2d13e67..9356d1a 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: systemd os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE, Arch os_family: Debian, RedHat, Suse, Arch -version: 0.15.0 +version: 0.16.0 release: 1 minimum_version: 2016.11 summary: Systemd formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 671d58a..0b3657a 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:`@myii` - `@myii `_ - - 87 + - 88 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 74 @@ -44,4 +44,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-05-25. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-06-01. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 53dbd03..a7715fc 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.16.0 `_ (2020-06-01) +------------------------------------------------------------------------------------------------------------ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** use latest pre-salted images (\ `a531d38 `_\ ) + +Features +^^^^^^^^ + + +* **python3:** update for ``ubuntu-20.04`` & ``fedora-32`` (\ `7e719e0 `_\ ) + `0.15.0 `_ (2020-05-25) ------------------------------------------------------------------------------------------------------------