CHANGELOG.md in puppetlabs_spec_helper-2.5.0 vs CHANGELOG.md in puppetlabs_spec_helper-2.5.1

- old
+ new

@@ -1,9 +1,16 @@ # Change log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.5.1] +### Summary +Adds a fix to the parallel_spec rake task. + +### Fixed +- In parallel_spec, warn when there are no files to test against rather than fail. + ## [2.5.0] ### Summary Adds a feature to pass test file targets from 'rake spec' to 'rspec', also fixes a parsing issue with test\_tiers. ### Added @@ -406,10 +413,11 @@ ## 0.1.0 - 2012-06-08 ### Added * Initial release -[unreleased]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.5.0...master +[unreleased]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.5.1...master +[2.5.1]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.5.0...v2.5.1 [2.5.0]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.4.0...v2.5.0 [2.4.0]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.3.2...v2.4.0 [2.3.2]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.3.1...v2.3.2 [2.3.1]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.2.0...v2.3.0