Prepare version 0.7.4
This commit is contained in:
parent
c0aeba3681
commit
f85c8232f8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
# v0.7.4 2014-12-22
|
||||
|
||||
* Fix rspec example visibility on duplicate metadata examples
|
||||
* Add naked if/else body emitter
|
||||
|
||||
# v0.7.3 2014-12-09
|
||||
|
||||
* Fix communication between workers and killforks to work for all binaries.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Mutant
|
||||
# The current mutant version
|
||||
VERSION = '0.7.3'.freeze
|
||||
VERSION = '0.7.4'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Add table
Reference in a new issue