From 65877b0df972bdb375be3476e8c5ccf0cfd7db35 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sun, 8 Mar 2015 17:49:33 +0000 Subject: [PATCH] Prepare v0.7.8 --- Changelog.md | 4 ++++ lib/mutant/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 0bf2c364..9b9fa2fe 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# v0.7.8 2015-03-8 + +* Kill imperfect float rounding for exact coverage expectations. + # v0.7.7 2015-02-15 * Add support for rspec-3.2 diff --git a/lib/mutant/version.rb b/lib/mutant/version.rb index 39728a55..3caee7bf 100644 --- a/lib/mutant/version.rb +++ b/lib/mutant/version.rb @@ -1,4 +1,4 @@ module Mutant # The current mutant version - VERSION = '0.7.7'.freeze + VERSION = '0.7.8'.freeze end # Mutant