From 725a6d68e0340144f6bb6fe2179ca0635a792852 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Mar 2020 09:33:18 +0000 Subject: [PATCH] chore(release): 0.4.4 [skip ci] ## [0.4.4](https://github.com/saltstack-formulas/timezone-formula/compare/v0.4.3...v0.4.4) (2020-03-27) ### Bug Fixes * **osfamilmap.yaml:** dbus pkg name is not specific enough on Gentoo ([0e2da36](https://github.com/saltstack-formulas/timezone-formula/commit/0e2da3600c85e5024ffa04cb1fdade129dd24089)) --- 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 1be5023..ffc9be1 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-24. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-27. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c1df44..9b4f409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.4](https://github.com/saltstack-formulas/timezone-formula/compare/v0.4.3...v0.4.4) (2020-03-27) + + +### Bug Fixes + +* **osfamilmap.yaml:** dbus pkg name is not specific enough on Gentoo ([0e2da36](https://github.com/saltstack-formulas/timezone-formula/commit/0e2da3600c85e5024ffa04cb1fdade129dd24089)) + ## [0.4.3](https://github.com/saltstack-formulas/timezone-formula/compare/v0.4.2...v0.4.3) (2020-03-24) diff --git a/FORMULA b/FORMULA index de0efb1..c015193 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: timezone os: Debian, RedHat, Suse, Arch, FreeBSD os_family: Debian, RedHat, Suse, Arch, FreeBSD -version: 0.4.3 +version: 0.4.4 release: 1 minimum_version: 2015.5 summary: Formula for timezone management diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 2368a2c..2df001b 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-24. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-03-27. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index cf03019..fd921d1 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.4.4 `_ (2020-03-27) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **osfamilmap.yaml:** dbus pkg name is not specific enough on Gentoo (\ `0e2da36 `_\ ) + `0.4.3 `_ (2020-03-24) ----------------------------------------------------------------------------------------------------------