diff --git a/AUTHORS.md b/AUTHORS.md index 2d04df50..758f3e7c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|97 +@myii|[@myii](https://github.com/myii)|102 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-25. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-27. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b014b26..f8fad516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +# [1.4.0](https://github.com/myii/ssf-formula/compare/v1.3.0...v1.4.0) (2019-09-27) + + +### Bug Fixes + +* **libcimatrix:** convert any underscores to hyphens for suite names ([585ca2b](https://github.com/myii/ssf-formula/commit/585ca2b)) + + +### Features + +* allow explicit specification of empty suites (i.e. `name: ''`) ([220eb4a](https://github.com/myii/ssf-formula/commit/220eb4a)) +* allow limiting commented instances when mimicking `kitchen list` ([e093ea3](https://github.com/myii/ssf-formula/commit/e093ea3)) + + +### Styles + +* **inspec_suite:** increase column width for 15-character suite names ([813dc93](https://github.com/myii/ssf-formula/commit/813dc93)) + # [1.3.0](https://github.com/myii/ssf-formula/compare/v1.2.0...v1.3.0) (2019-09-25) diff --git a/FORMULA b/FORMULA index e54bc263..7d167aa6 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.3.0 +version: 1.4.0 release: 1 minimum_version: 2017.7 summary: ssf formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 86b0c9f6..7ce430a9 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,9 +15,9 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 97 + - 102 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-25. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-27. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 843503f6..400e3ad8 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +`1.4.0 `_ (2019-09-27) +--------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **libcimatrix:** convert any underscores to hyphens for suite names (\ `585ca2b `_\ ) + +Features +^^^^^^^^ + + +* allow explicit specification of empty suites (i.e. ``name: ''``\ ) (\ `220eb4a `_\ ) +* allow limiting commented instances when mimicking ``kitchen list`` (\ `e093ea3 `_\ ) + +Styles +^^^^^^ + + +* **inspec_suite:** increase column width for 15-character suite names (\ `813dc93 `_\ ) + `1.3.0 `_ (2019-09-25) ---------------------------------------------------------------------------------------