From d75c2be0618dad8489f3bec86a47373fb02aaa15 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Fri, 6 Dec 2019 13:38:26 +1300 Subject: [PATCH] Release 1.0.14. --- CHANGELOG.md | 4 ++++ nitra.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"