From 892836ece2265bec9fe5c64e0bd93a8d75418d07 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sun, 6 Apr 2014 22:02:58 +0000 Subject: [PATCH] Prepare version 0.6.0 --- Changelog.md | 8 ++++++++ lib/mutant/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 8e51eb32..05cf8868 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +# v0.6.0 2014-04-xx + +Changes: + +* Do strict 1:1 mutation-subject : test matching +* Add support for require highjack based zombification +* Mutant self hosting coverage targets on CI + # v0.5.10 2014-04-06 Changes: diff --git a/lib/mutant/version.rb b/lib/mutant/version.rb index cf23beb8..36fbd034 100644 --- a/lib/mutant/version.rb +++ b/lib/mutant/version.rb @@ -2,5 +2,5 @@ module Mutant # The current mutant version - VERSION = '0.5.10'.freeze + VERSION = '0.6.0'.freeze end # Mutant