From e8cb6e6d5aaabfd572bbdcda92099fd1bd827104 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 23 Jun 2021 10:17:16 +0000 Subject: [PATCH] chore(release): 0.19.1 [skip ci] ## [0.19.1](https://github.com/saltstack-formulas/systemd-formula/compare/v0.19.0...v0.19.1) (2021-06-23) ### Bug Fixes * **units:** start `path` units as well as `service` units ([99b4863](https://github.com/saltstack-formulas/systemd-formula/commit/99b48639b3750a26c7c55d4f249bef6d65521ba5)) ### Continuous Integration * **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([9034dae](https://github.com/saltstack-formulas/systemd-formula/commit/9034daed4520c58f67b10c544a93857f841eebaf)) * add `arch-master` to matrix and update `.travis.yml` [skip ci] ([c2c7e8b](https://github.com/saltstack-formulas/systemd-formula/commit/c2c7e8b72e3d5ddc885504bd774db74b46533be4)) --- AUTHORS.md | 5 +++-- CHANGELOG.md | 13 +++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 7 +++++-- docs/CHANGELOG.rst | 16 ++++++++++++++++ 5 files changed, 38 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 758a1b4..0f7247a 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)|120 +@myii|[@myii](https://github.com/myii)|123 @aboe76|[@aboe76](https://github.com/aboe76)|74 @aanriot|[@aanriot](https://github.com/aanriot)|18 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|10 @@ -13,9 +13,10 @@ Avatar|Contributor|Contributions @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|4 @dafyddj|[@dafyddj](https://github.com/dafyddj)|3 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|2 +@kossmac|[@kossmac](https://github.com/kossmac)|1 @r-pufky|[@r-pufky](https://github.com/r-pufky)|1 @kartnico|[@kartnico](https://github.com/kartnico)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-26. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-23. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ee30bb..cfcd39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.19.1](https://github.com/saltstack-formulas/systemd-formula/compare/v0.19.0...v0.19.1) (2021-06-23) + + +### Bug Fixes + +* **units:** start `path` units as well as `service` units ([99b4863](https://github.com/saltstack-formulas/systemd-formula/commit/99b48639b3750a26c7c55d4f249bef6d65521ba5)) + + +### Continuous Integration + +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([9034dae](https://github.com/saltstack-formulas/systemd-formula/commit/9034daed4520c58f67b10c544a93857f841eebaf)) +* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([c2c7e8b](https://github.com/saltstack-formulas/systemd-formula/commit/c2c7e8b72e3d5ddc885504bd774db74b46533be4)) + # [0.19.0](https://github.com/saltstack-formulas/systemd-formula/compare/v0.18.0...v0.19.0) (2021-04-26) diff --git a/FORMULA b/FORMULA index 4f1660e..2a4942a 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.19.0 +version: 0.19.1 release: 1 minimum_version: 2016.11 summary: Systemd formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 6791ec0..7eefc5e 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 `_ - - 120 + - 123 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 74 @@ -40,6 +40,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 2 + * - :raw-html-m2r:`@kossmac` + - `@kossmac `_ + - 1 * - :raw-html-m2r:`@r-pufky` - `@r-pufky `_ - 1 @@ -50,4 +53,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 2021-04-26. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-06-23. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7b98c03..1656655 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`0.19.1 `_ (2021-06-23) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **units:** start ``path`` units as well as ``service`` units (\ `99b4863 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `9034dae `_\ ) +* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `c2c7e8b `_\ ) + `0.19.0 `_ (2021-04-26) ------------------------------------------------------------------------------------------------------------