Skip to content

Commit

Permalink
Release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Nov 9, 2017
1 parent 97ffa17 commit cac703e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ of [keepachangelog.com][2].

### Fixed

- None

## 0.10.2 (2017-11-09)

### Breaking Changes

- None

### Added

- None

### Fixed

- [#12](https://github.com/jaredbeck/minitest_to_rspec/issues/12) -
Only covert methods whose name begins with `test_`

Expand Down
2 changes: 1 addition & 1 deletion lib/minitest_to_rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#:nodoc:
module MinitestToRspec
VERSION = "0.10.1"
VERSION = "0.10.2"

def self.gem_version
::Gem::Version.new(VERSION)
Expand Down

0 comments on commit cac703e

Please sign in to comment.