diff --git a/AUTHORS.md b/AUTHORS.md index 90946b00..f7003545 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)|233 +@myii|[@myii](https://github.com/myii)|235 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 64621dca..5a263b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.38.0](https://github.com/myii/ssf-formula/compare/v1.37.0...v1.38.0) (2019-10-23) + + +### Features + +* **saltcheck:** add support in `.travis.yml` templates ([](https://github.com/myii/ssf-formula/commit/112b916)) + # [1.37.0](https://github.com/myii/ssf-formula/compare/v1.36.0...v1.37.0) (2019-10-23) diff --git a/FORMULA b/FORMULA index 1c4d28f7..22a058f3 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.37.0 +version: 1.38.0 release: 1 minimum_version: 2017.7 summary: ssf formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 699b5c90..c51188c1 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 `_ - - 233 + - 235 ---- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 8c8dc68a..9e149ff2 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.38.0 `_ (2019-10-23) +------------------------------------------------------------------------------------------ + +Features +^^^^^^^^ + + +* **saltcheck:** add support in ``.travis.yml`` templates (\ ` `_\ ) + `1.37.0 `_ (2019-10-23) ------------------------------------------------------------------------------------------