diff --git a/AUTHORS.md b/AUTHORS.md index 4a6b4f7..9b25db4 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)|60 +@myii|[@myii](https://github.com/myii)|63 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|44 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|36 @aboe76|[@aboe76](https://github.com/aboe76)|11 @@ -16,4 +16,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-10-23. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16. diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a8cc0..dd673cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.11.2](https://github.com/saltstack-formulas/packages-formula/compare/v0.11.1...v0.11.2) (2020-12-16) + + +### Continuous Integration + +* **gitlab-ci:** use GitLab CI as Travis CI replacement ([bdab6c1](https://github.com/saltstack-formulas/packages-formula/commit/bdab6c1fceec694f3e1fedce4c0d0116735de20c)) + + +### Tests + +* **debian:** disable wanted snap testing (GitLab CI failure) [skip ci] ([4c047c4](https://github.com/saltstack-formulas/packages-formula/commit/4c047c4e9f4875d86ef546ab8db830a7675251f7)) + ## [0.11.1](https://github.com/saltstack-formulas/packages-formula/compare/v0.11.0...v0.11.1) (2020-10-23) diff --git a/FORMULA b/FORMULA index 888b20b..df375e2 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.11.1 +version: 0.11.2 release: 1 minimum_version: 2017.7 summary: packages formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index de85a42..ee59f34 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 `_ - - 60 + - 63 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 44 @@ -44,4 +44,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-10-23. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-16. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index dc3c816..889aa16 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.11.2 `_ (2020-12-16) +------------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `bdab6c1 `_\ ) + +Tests +^^^^^ + + +* **debian:** disable wanted snap testing (GitLab CI failure) [skip ci] (\ `4c047c4 `_\ ) + `0.11.1 `_ (2020-10-23) -------------------------------------------------------------------------------------------------------------