From 4a7563a5f7ab914074ce586999189bec8bd79ec5 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 7 Jul 2014 18:46:37 +0000 Subject: [PATCH] Prepare version v0.5.25 --- Changelog.md | 8 ++++++++ lib/mutant/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 725c80dc..1660c532 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +# v0.5.25 2014-07-07 + +* Make ordering of subjects and tests deterministic +* Fix performance of subject selection +* Improve noop and neutral reporting. +* Rename noop mutations to neutral mutations +* Simplify code nuked around 1kloc. + # v0.5.24 2014-06-30 * Fix invalid AST on op_assign mutations diff --git a/lib/mutant/version.rb b/lib/mutant/version.rb index 2bc4b88c..084e0417 100644 --- a/lib/mutant/version.rb +++ b/lib/mutant/version.rb @@ -1,4 +1,4 @@ module Mutant # The current mutant version - VERSION = '0.5.24'.freeze + VERSION = '0.5.25'.freeze end # Mutant