Bump version and prepare Changelog
This commit is contained in:
parent
aae3b25f99
commit
ca56ef3f0a
2 changed files with 7 additions and 1 deletions
|
@ -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!
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue