Skip to content

Commit

Permalink
Release 1.0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
aclemons committed Dec 6, 2019
1 parent 87cf521 commit d75c2be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nitra.gemspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d75c2be

Please sign in to comment.