diff --git a/AUTHORS.md b/AUTHORS.md index ee5081a..40bb537 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,8 +5,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @costibleotu|[@costibleotu](https://github.com/costibleotu)|24 +@myii|[@myii](https://github.com/myii)|13 @bentwire|[@bentwire](https://github.com/bentwire)|8 -@myii|[@myii](https://github.com/myii)|8 @techhat|[@techhat](https://github.com/techhat)|5 @kpostrup|[@kpostrup](https://github.com/kpostrup)|5 @sticky-note|[@sticky-note](https://github.com/sticky-note)|4 @@ -17,4 +17,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-04-17. +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 16c8c36..541d819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.3.1](https://github.com/saltstack-formulas/powerdns-formula/compare/v0.3.0...v0.3.1) (2020-04-18) + + +### Bug Fixes + +* modify to get working on `debian`, `fedora` & `opensuse-leap` ([0b130f0](https://github.com/saltstack-formulas/powerdns-formula/commit/0b130f0deb8bffcbaccd3d5b8959a0d026d5cc38)) + + +### Continuous Integration + +* **kitchen+travis+inspec:** add initial platforms and test structure ([0b2180a](https://github.com/saltstack-formulas/powerdns-formula/commit/0b2180a183d0f2326e6811a1dadac93f394adfb2)) + + +### Documentation + +* **readme:** update `Testing` section ([47232be](https://github.com/saltstack-formulas/powerdns-formula/commit/47232be82a3b7ebfb00872435ca76a2d4bd460a5)) + + +### Tests + +* **inspec:** add tests ([45d97d3](https://github.com/saltstack-formulas/powerdns-formula/commit/45d97d329247aa2e5b86ac7988cd94bbac2dc495)) + # [0.3.0](https://github.com/saltstack-formulas/powerdns-formula/compare/v0.2.2...v0.3.0) (2020-04-17) diff --git a/FORMULA b/FORMULA index 8263e13..a67b475 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: powerdns os: Debian os_family: Debian -version: 0.3.0 +version: 0.3.1 release: 1 minimum_version: 2018.3 summary: powerdns formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ca835c2..20f2f70 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -16,11 +16,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@costibleotu` - `@costibleotu `_ - 24 - * - :raw-html-m2r:`@bentwire` - - `@bentwire `_ - - 8 * - :raw-html-m2r:`@myii` - `@myii `_ + - 13 + * - :raw-html-m2r:`@bentwire` + - `@bentwire `_ - 8 * - :raw-html-m2r:`@techhat` - `@techhat `_ @@ -47,4 +47,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-04-17. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-18. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index efd1323..8d2907b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,33 @@ Changelog ========= +`0.3.1 `_ (2020-04-18) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* modify to get working on ``debian``\ , ``fedora`` & ``opensuse-leap`` (\ `0b130f0 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis+inspec:** add initial platforms and test structure (\ `0b2180a `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** update ``Testing`` section (\ `47232be `_\ ) + +Tests +^^^^^ + + +* **inspec:** add tests (\ `45d97d3 `_\ ) + `0.3.0 `_ (2020-04-17) ----------------------------------------------------------------------------------------------------------