Prepare version 0.5.26
This commit is contained in:
parent
73c5991640
commit
dcd03af1ae
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
# v0.5.26 2014-07-07
|
||||
|
||||
* Fix exceptions generation matcher errors
|
||||
* Fix report generation with formatted string as payload of diffs.
|
||||
|
||||
# v0.5.25 2014-07-07
|
||||
|
||||
* Make ordering of subjects and tests deterministic
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Mutant
|
||||
# The current mutant version
|
||||
VERSION = '0.5.25'.freeze
|
||||
VERSION = '0.5.26'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Add table
Reference in a new issue