CHANGELOG.md in puppetlabs_spec_helper-2.8.0 vs CHANGELOG.md in puppetlabs_spec_helper-2.9.0

- old
+ new

@@ -1,9 +1,23 @@ -# Change log -All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](http://semver.org/). +# Changelog +All significant changes to this repo will be summarized in this file. + + +## [v2.9.0](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v2.9.0) (2018-06-18) +[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.8.0...v2.9.0) + +**Implemented enhancements:** + +- \(maint\) adding ruby code coverage setup and rake task [\#245](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/245) ([tphoney](https://github.com/tphoney)) + +**Merged pull requests:** + +- Stable development structure for this gem [\#246](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/246) ([cardil](https://github.com/cardil)) + +# Previous Changes + ## [2.8.0] ### Summary This feature release adds a new rake task `parallel_spec_standalone` which is a parallel version of `spec_standalone` ### Added @@ -82,11 +96,11 @@ ## [2.3.1] ### Summary Adds a `spec_list_json` rake task ### Added -- `spec_list_json` rake task to output a module's spec tests as a JSON document +- `spec_list_json` rake task to output a module's spec tests as a JSON document ## [2.3.0] ### Added - `CI_SPEC_OPTIONS` environment variable for `parallel_spec` rake task @@ -496,5 +510,8 @@ [0.4.1]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/0.4.0...0.4.1 [0.4.0]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/0.0.0...0.1.0 + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*