diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb592c..61416b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.0.14] - 2019-12-06 +### Updated +- Avoid an explosion in the worker thread when splitting a spec returns no parts to run + ## [1.0.13] - 2019-03-18 ### Updated - Support rspec configs which have the expose DSL globally setting disabled diff --git a/nitra.gemspec b/nitra.gemspec index 89895ee..8b2a3f1 100644 --- a/nitra.gemspec +++ b/nitra.gemspec @@ -1,6 +1,6 @@ spec = Gem::Specification.new do |s| s.name = 'nitra' - s.version = '1.0.13' + s.version = '1.0.14' s.platform = Gem::Platform::RUBY s.license = "MIT" s.homepage = "http://github.com/fluxfederation/nitra"