Prepare version 0.5.19

This commit is contained in:
Markus Schirp 2014-06-06 19:46:36 +00:00
parent 1f38aeb042
commit 41205f9d90
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# v0.5.19 2014-06-06
Changes:
* Do not emit more powerful rescue matchers #183
* Do not emit more powerful loop control #201
# v0.5.18 2014-06-04
Changes:

View file

@ -2,5 +2,5 @@
module Mutant
# The current mutant version
VERSION = '0.5.18'.freeze
VERSION = '0.5.19'.freeze
end # Mutant