From ca56ef3f0a2eb1823389b7a142c4401951cab260 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Fri, 7 Dec 2012 20:17:04 +0100 Subject: [PATCH] Bump version and prepare Changelog --- Changelog.md | 6 ++++++ mutant.gemspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index cc2b9dc2..868dd841 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# v0.2.1 xxx + +* [fixed] Correctly expand foo= to foo_writer_spec.rb in rspec dm2 strategy + +[Compare v0.2.0..v0.2.1](https://github.com/mbj/mutant/compare/v0.2.0...v0.2.1) + # v0.2.0 2012-12-07 First public release! diff --git a/mutant.gemspec b/mutant.gemspec index 215fd5b4..849f5b49 100644 --- a/mutant.gemspec +++ b/mutant.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |gem| gem.name = 'mutant' - gem.version = '0.2.0' + gem.version = '0.2.1' gem.authors = [ 'Markus Schirp' ] gem.email = [ 'mbj@seonic.net' ] gem.description = 'Mutation testing for ruby under rubinius'