|
2 | 2 | Changelog |
3 | 3 | ========= |
4 | 4 |
|
| 5 | +`3.2.1 <https://github.com/saltstack-formulas/libvirt-formula/compare/v3.2.0...v3.2.1>`_ (2019-10-14) |
| 6 | +--------------------------------------------------------------------------------------------------------- |
| 7 | + |
| 8 | +Bug Fixes |
| 9 | +^^^^^^^^^ |
| 10 | + |
| 11 | + |
| 12 | +* **rubocop:** add an empty line after magic comments (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/ca963fe>`_\ ) |
| 13 | +* **rubocop:** add empty line after guard clause (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/1978566>`_\ ) |
| 14 | +* **rubocop:** avoid comma after the last item of a hash (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/a8c5d31>`_\ ) |
| 15 | +* **rubocop:** do not prefix reader method names with get_ (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/e7ced7b>`_\ ) |
| 16 | +* **rubocop:** extra empty line detected at block body end (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/f4dcb5a>`_\ ) |
| 17 | +* **rubocop:** extra empty line detected at class body end (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/fc0af73>`_\ ) |
| 18 | +* **rubocop:** favor modifier if usage when having a single-line body (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/e3a9716>`_\ ) |
| 19 | +* **rubocop:** missing magic comment “frozen_string_literal: true” (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/a07dbfb>`_\ ) |
| 20 | +* **rubocop:** prefer single-quoted strings and split too long line (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/7944e24>`_\ ) |
| 21 | +* **rubocop:** remove “is_” prefix from predicate name (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/c3d20bb>`_\ ) |
| 22 | +* **rubocop:** simplify complex methods (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/2f6bb0e>`_\ ) |
| 23 | +* **rubocop:** the name of source file should use snake_case (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/fde048a>`_\ ) |
| 24 | +* **rubocop:** unnecessary utf-8 encoding comment (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/d605400>`_\ ) |
| 25 | +* **rubocop:** unused block argument (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/7a0054c>`_\ ) |
| 26 | +* **rubocop:** unused method argument (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/da0853a>`_\ ) |
| 27 | +* **rubocop:** use “.zero?” instead of “== 0” (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/9108afb>`_\ ) |
| 28 | +* **rubocop:** use // around regular expression (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/36f7d3d>`_\ ) |
| 29 | +* **rubocop:** use only ascii symbols in comments (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/3edb35c>`_\ ) |
| 30 | +* **rubocop:** use the return of the conditional for variable assignment (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/f57d9fb>`_\ ) |
| 31 | +* **rubocop:** when using method_missing, define respond_to_missing? (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/b0227e2>`_\ ) |
| 32 | +* **rubocop:** when using method_missing, fall back on super (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/db3d181>`_\ ) |
| 33 | + |
| 34 | +Continuous Integration |
| 35 | +^^^^^^^^^^^^^^^^^^^^^^ |
| 36 | + |
| 37 | + |
| 38 | +* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/18cef25>`_\ ) |
| 39 | +* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/2b3acd6>`_\ ) |
| 40 | +* **travis:** enforce rubocop (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/c7c5e57>`_\ ) |
| 41 | + |
| 42 | +Documentation |
| 43 | +^^^^^^^^^^^^^ |
| 44 | + |
| 45 | + |
| 46 | +* **contributing:** remove to use org-level file instead [skip ci] (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/a22c209>`_\ ) |
| 47 | +* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ ` <https://github.com/saltstack-formulas/libvirt-formula/commit/09d9a0c>`_\ ) |
| 48 | + |
5 | 49 | `3.2.0 <https://github.com/saltstack-formulas/libvirt-formula/compare/v3.1.1...v3.2.0>`_ (2019-10-03) |
6 | 50 | --------------------------------------------------------------------------------------------------------- |
7 | 51 |
|
|
0 commit comments