From e68ded7234122fe55b561258d9ce9a76b9b4e73d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Apr 2020 13:09:39 +0000 Subject: [PATCH] chore(release): 0.14.2 [skip ci] ## [0.14.2](https://github.com/saltstack-formulas/systemd-formula/compare/v0.14.1...v0.14.2) (2020-04-18) ### Bug Fixes * **centos-8:** fix systemd-networkd package installation ([f2025e3](https://github.com/saltstack-formulas/systemd-formula/commit/f2025e32a585ceb6a635ac92f66a3511cd167d34)) --- AUTHORS.md | 2 +- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 2 +- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index e43a26f..25c8a0d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -15,4 +15,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-03-30. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-18. diff --git a/CHANGELOG.md b/CHANGELOG.md index 16685c2..c11fd25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.2](https://github.com/saltstack-formulas/systemd-formula/compare/v0.14.1...v0.14.2) (2020-04-18) + + +### Bug Fixes + +* **centos-8:** fix systemd-networkd package installation ([f2025e3](https://github.com/saltstack-formulas/systemd-formula/commit/f2025e32a585ceb6a635ac92f66a3511cd167d34)) + ## [0.14.1](https://github.com/saltstack-formulas/systemd-formula/compare/v0.14.0...v0.14.1) (2020-03-30) diff --git a/FORMULA b/FORMULA index 70d5521..fc30d4c 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.14.1 +version: 0.14.2 release: 1 minimum_version: 2016.11 summary: Systemd formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ce760f5..3db86fd 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -41,4 +41,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-03-30. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-18. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 903858a..7617bb2 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.14.2 `_ (2020-04-18) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **centos-8:** fix systemd-networkd package installation (\ `f2025e3 `_\ ) + `0.14.1 `_ (2020-03-30) ------------------------------------------------------------------------------------------------------------