Bump version to 0.8.1
This commit is contained in:
parent
c4f22fb6f8
commit
0accd8d690
2 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
# v0.8.1 2015-xx-xx
|
||||
# v0.8.1 2015-07-24
|
||||
|
||||
* Add --since flag to constrain mutated subjects based on
|
||||
repository diff from HEAD to other REVISON.
|
||||
* Add mutation from #[] to #at / #fetch
|
||||
* Some internal improvements
|
||||
|
||||
# v0.8.0 2015-06-15
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Mutant
|
||||
# Current mutant version
|
||||
VERSION = '0.8.0'.freeze
|
||||
VERSION = '0.8.1'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Add table
Reference in a new issue