Prepare v0.7.8
This commit is contained in:
parent
21c08e2a93
commit
65877b0df9
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# v0.7.8 2015-03-8
|
||||||
|
|
||||||
|
* Kill imperfect float rounding for exact coverage expectations.
|
||||||
|
|
||||||
# v0.7.7 2015-02-15
|
# v0.7.7 2015-02-15
|
||||||
|
|
||||||
* Add support for rspec-3.2
|
* Add support for rspec-3.2
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Mutant
|
module Mutant
|
||||||
# The current mutant version
|
# The current mutant version
|
||||||
VERSION = '0.7.7'.freeze
|
VERSION = '0.7.8'.freeze
|
||||||
end # Mutant
|
end # Mutant
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue