Prepare version 0.5.17
This commit is contained in:
parent
9ddaa18b07
commit
244b2f38d5
2 changed files with 9 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
module Mutant
|
||||
# The current mutant version
|
||||
VERSION = '0.5.16'.freeze
|
||||
VERSION = '0.5.17'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Reference in a new issue