Add changelog for 0.8.13 and bump version
This commit is contained in:
parent
642c2fad79
commit
ab4c702d72
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
# v0.8.13 2016-xx-xx
|
# v0.8.13 2017-06-01
|
||||||
|
|
||||||
* Allow empty match expressions on CLI
|
* Allow empty match expressions on CLI
|
||||||
|
* Add support for rspec-3.6 by @krzysiek150
|
||||||
|
* Add support for configurable corpus glob exprssions by @jekuta
|
||||||
|
|
||||||
# v0.8.12 2016-10-17
|
# v0.8.12 2016-10-17
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Mutant
|
module Mutant
|
||||||
# Current mutant version
|
# Current mutant version
|
||||||
VERSION = '0.8.12'.freeze
|
VERSION = '0.8.13'.freeze
|
||||||
end # Mutant
|
end # Mutant
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue