From df4f95d09cf800038fba67653629fc05c88b6738 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 18 Dec 2020 17:32:37 +0000 Subject: [PATCH] chore(release): 0.19.2 [skip ci] ## [0.19.2](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.1...v0.19.2) (2020-12-18) ### Bug Fixes * **osfingermap:** reinstate values for `Debian-9` after regression ([5170561](https://github.com/saltstack-formulas/tomcat-formula/commit/517056194d41e117179405c4471aa68eb66f152e)), closes [#119](https://github.com/saltstack-formulas/tomcat-formula/issues/119) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 0c5c4bf..1dcee63 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @fintanmm|[@fintanmm](https://github.com/fintanmm)|100 -@myii|[@myii](https://github.com/myii)|47 +@myii|[@myii](https://github.com/myii)|49 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|35 @aboe76|[@aboe76](https://github.com/aboe76)|14 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|11 @@ -33,4 +33,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-12-16. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-18. diff --git a/CHANGELOG.md b/CHANGELOG.md index 705cb84..64361c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.2](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.1...v0.19.2) (2020-12-18) + + +### Bug Fixes + +* **osfingermap:** reinstate values for `Debian-9` after regression ([5170561](https://github.com/saltstack-formulas/tomcat-formula/commit/517056194d41e117179405c4471aa68eb66f152e)), closes [#119](https://github.com/saltstack-formulas/tomcat-formula/issues/119) + ## [0.19.1](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.0...v0.19.1) (2020-12-16) diff --git a/FORMULA b/FORMULA index aa3086c..d87aa6e 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: tomcat os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, 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: 0.19.1 +version: 0.19.2 release: 1 minimum_version: 2017.7 summary: tomcat formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 2e2596b..fa8a636 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 100 * - :raw-html-m2r:`@myii` - `@myii `_ - - 47 + - 49 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 35 @@ -95,4 +95,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-12-16. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-18. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index e08c403..58f5937 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.19.2 `_ (2020-12-18) +----------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **osfingermap:** reinstate values for ``Debian-9`` after regression (\ `5170561 `_\ ), closes `#119 `_ + `0.19.1 `_ (2020-12-16) -----------------------------------------------------------------------------------------------------------