Prepare version 0.5.17

This commit is contained in:
Markus Schirp 2014-05-27 16:48:26 +00:00
parent 9ddaa18b07
commit 244b2f38d5
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
# v0.5.17 2014-05-27
Changes:
* Report selected tests in progress runner
* Fix scope of rspec selections to include meaningful parents.
* Add short circuts on already dead mutations under multiple test selections.
# v0.5.16 2014-05-27
Changes:

View file

@ -2,5 +2,5 @@
module Mutant
# The current mutant version
VERSION = '0.5.16'.freeze
VERSION = '0.5.17'.freeze
end # Mutant