## [0.7.2](https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.7.1...v0.7.2) (2019-10-12) ### Bug Fixes * **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/apt-cacher-formula/commit/e8c455f)) ### Continuous Integration * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/apt-cacher-formula/commit/d44e3c6)) * **travis:** merge `rubocop` linter into main `lint` job ([](https://github.com/saltstack-formulas/apt-cacher-formula/commit/22a91f7))tags/v0.7.2
@@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord | |||
Avatar|Contributor|Contributions | |||
:-:|---|:-: | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|16 | |||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|12 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|12 | |||
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|11 | |||
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3382617?v=4' width='36' height='36' alt='@MadRussian'>|[@MadRussian](https://github.com/MadRussian)|10 | |||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|5 | |||
@@ -21,4 +21,4 @@ Avatar|Contributor|Contributions | |||
--- | |||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-10. | |||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-12. |
@@ -1,5 +1,18 @@ | |||
# Changelog | |||
## [0.7.2](https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.7.1...v0.7.2) (2019-10-12) | |||
### Bug Fixes | |||
* **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/apt-cacher-formula/commit/e8c455f)) | |||
### Continuous Integration | |||
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/apt-cacher-formula/commit/d44e3c6)) | |||
* **travis:** merge `rubocop` linter into main `lint` job ([](https://github.com/saltstack-formulas/apt-cacher-formula/commit/22a91f7)) | |||
## [0.7.1](https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.7.0...v0.7.1) (2019-10-10) | |||
@@ -1,7 +1,7 @@ | |||
name: apt-cacher | |||
os: Debian, Ubuntu | |||
os_family: Debian | |||
version: 0.7.1 | |||
version: 0.7.2 | |||
release: 1 | |||
minimum_version: 2017.7 | |||
summary: AptCacher formula |
@@ -13,11 +13,11 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
* - Avatar | |||
- Contributor | |||
- Contributions | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>` | |||
- `@alxwr <https://github.com/alxwr>`_ | |||
- 12 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>` | |||
- `@myii <https://github.com/myii>`_ | |||
- 16 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>` | |||
- `@alxwr <https://github.com/alxwr>`_ | |||
- 12 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>` | |||
- `@n-rodriguez <https://github.com/n-rodriguez>`_ | |||
@@ -59,4 +59,4 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
---- | |||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-10. | |||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-12. |
@@ -2,6 +2,22 @@ | |||
Changelog | |||
========= | |||
`0.7.2 <https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.7.1...v0.7.2>`_ (2019-10-12) | |||
------------------------------------------------------------------------------------------------------------ | |||
Bug Fixes | |||
^^^^^^^^^ | |||
* **rubocop:** add fixes using ``rubocop --safe-auto-correct`` (\ ` <https://github.com/saltstack-formulas/apt-cacher-formula/commit/e8c455f>`_\ ) | |||
Continuous Integration | |||
^^^^^^^^^^^^^^^^^^^^^^ | |||
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/apt-cacher-formula/commit/d44e3c6>`_\ ) | |||
* **travis:** merge ``rubocop`` linter into main ``lint`` job (\ ` <https://github.com/saltstack-formulas/apt-cacher-formula/commit/22a91f7>`_\ ) | |||
`0.7.1 <https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.7.0...v0.7.1>`_ (2019-10-10) | |||
------------------------------------------------------------------------------------------------------------ | |||