diff --git a/AUTHORS.md b/AUTHORS.md index 30c0295..2f485a8 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|48 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|27 +@myii|[@myii](https://github.com/myii)|55 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|28 @gravyboat|[@gravyboat](https://github.com/gravyboat)|12 @bmcclure|[@bmcclure](https://github.com/bmcclure)|8 @aboe76|[@aboe76](https://github.com/aboe76)|8 @@ -27,4 +27,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-05-29. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-09-21. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f74ae8..9bec2c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.2](https://github.com/saltstack-formulas/apt-formula/compare/v0.10.1...v0.10.2) (2020-09-21) + + +### Bug Fixes + +* **preferences,repositories:** fix clean parameter ([50e02fb](https://github.com/saltstack-formulas/apt-formula/commit/50e02fba148d1e040832cefb2d716191046fafb0)) + + +### Continuous Integration + +* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([5fbc45d](https://github.com/saltstack-formulas/apt-formula/commit/5fbc45d052ef2d8fd4682e6a07fd4d4189043324)) + ## [0.10.1](https://github.com/saltstack-formulas/apt-formula/compare/v0.10.0...v0.10.1) (2020-05-29) diff --git a/FORMULA b/FORMULA index 45c462f..e90d761 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: apt os: Debian, Ubuntu, Raspbian os_family: Debian -version: 0.10.1 +version: 0.10.2 release: 1 minimum_version: 2017.7 summary: Apt formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index aac0036..99d2e9a 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 48 + - 55 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 27 + - 28 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 12 @@ -77,4 +77,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-05-29. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-09-21. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 338f63d..d5d691b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.10.2 `_ (2020-09-21) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **preferences,repositories:** fix clean parameter (\ `50e02fb `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `5fbc45d `_\ ) + `0.10.1 `_ (2020-05-29) --------------------------------------------------------------------------------------------------------