diff --git a/AUTHORS.md b/AUTHORS.md index 77c353a7..0d09f30a 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)|313 +@myii|[@myii](https://github.com/myii)|317 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9cf4ed..6c60f682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +# [1.63.0](https://github.com/myii/ssf-formula/compare/v1.62.0...v1.63.0) (2019-11-27) + + +### Code Refactoring + +* **travis:** use pathspecs for `git ls-files` instead of `grep` ([615e3b2](https://github.com/myii/ssf-formula/commit/615e3b2e598d8e91bca5ba8d681778af61429c9e)), closes [/github.com/saltstack-formulas/template-formula/pull/181#discussion_r351421463](https://github.com//github.com/saltstack-formulas/template-formula/pull/181/issues/discussion_r351421463) + + +### Features + +* **shellcheck:** apply fixes throughout this repo ([1ea7fbb](https://github.com/myii/ssf-formula/commit/1ea7fbb21ca889d124f2c5b210999e2a13588117)) +* **travis:** run `shellcheck` during lint job ([f52eb37](https://github.com/myii/ssf-formula/commit/f52eb378987ac0cacaf3a079ca03067107173661)), closes [/github.com/saltstack-formulas/template-formula/pull/180#issuecomment-558612422](https://github.com//github.com/saltstack-formulas/template-formula/pull/180/issues/issuecomment-558612422) + # [1.62.0](https://github.com/myii/ssf-formula/compare/v1.61.0...v1.62.0) (2019-11-27) diff --git a/FORMULA b/FORMULA index f8d0d9b1..fe63c4f3 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: ssf os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 1.62.0 +version: 1.63.0 release: 1 minimum_version: 2017.7 summary: ssf formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index c6fdc99c..33916da0 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 `_ - - 313 + - 317 ---- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index cad9fca6..c0cf3cba 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`1.63.0 `_ (2019-11-27) +------------------------------------------------------------------------------------------ + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **travis:** use pathspecs for ``git ls-files`` instead of ``grep`` (\ `615e3b2 `_\ ), closes `/github.com/saltstack-formulas/template-formula/pull/181#discussion_r351421463 `_ + +Features +^^^^^^^^ + + +* **shellcheck:** apply fixes throughout this repo (\ `1ea7fbb `_\ ) +* **travis:** run ``shellcheck`` during lint job (\ `f52eb37 `_\ ), closes `/github.com/saltstack-formulas/template-formula/pull/180#issuecomment-558612422 `_ + `1.62.0 `_ (2019-11-27) ------------------------------------------------------------------------------------------