diff --git a/AUTHORS.md b/AUTHORS.md index a36fc6c..c7b641c 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)|103 +@myii|[@myii](https://github.com/myii)|111 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|44 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|36 @aboe76|[@aboe76](https://github.com/aboe76)|12 @@ -19,4 +19,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-09-06. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-10-02. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9091715..0ceeb72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.14.1](https://github.com/saltstack-formulas/packages-formula/compare/v0.14.0...v0.14.1) (2021-10-02) + + +### Bug Fixes + +* **rubocop:** fix violation [skip ci] ([901d706](https://github.com/saltstack-formulas/packages-formula/commit/901d7069ce7f523c550a08ee2a5388f93641f4cd)) + + +### Tests + +* **_mapdata:** generate verification files ([96a1a03](https://github.com/saltstack-formulas/packages-formula/commit/96a1a034c1e438c5695f4f03e9f79bcdf7ff9142)) +* **map:** verify `map.jinja` dump using `_mapdata` state ([0fdcbd4](https://github.com/saltstack-formulas/packages-formula/commit/0fdcbd428839d5459ed9e6503b7765a4bd320149)) + # [0.14.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.13.1...v0.14.0) (2021-09-06) diff --git a/FORMULA b/FORMULA index 9f253a9..c570c3a 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: packages os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.14.0 +version: 0.14.1 release: 1 minimum_version: 2017.7 summary: packages formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 207dcb9..d64192a 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 `_ - - 103 + - 111 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 44 @@ -53,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-09-06. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-10-02. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 843de90..2827d50 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`0.14.1 `_ (2021-10-02) +------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **rubocop:** fix violation [skip ci] (\ `901d706 `_\ ) + +Tests +^^^^^ + + +* **_mapdata:** generate verification files (\ `96a1a03 `_\ ) +* **map:** verify ``map.jinja`` dump using ``_mapdata`` state (\ `0fdcbd4 `_\ ) + `0.14.0 `_ (2021-09-06) -------------------------------------------------------------------------------------------------------------