Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Jun 9, 2015
1 parent de666b1 commit 19c0f52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ Change Log
This project follows [semver 2.0.0][1] and the recommendations
of [keepachangelog.com][2].

0.6.0 (Unreleased)
------------------
0.6.0
-----

### Added
- Converts
- Draper::TestCase
- ActionMailer::TestCase
- Experimental
- mocha: once, twice
- Switch from ruby2ruby to sexp2ruby
- Will have better output, e.g. ruby 1.9.3 hash syntax
- Upgrade to ruby_parser 3.7

0.5.0
-----
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest_to_rspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MinitestToRspec
VERSION = "0.5.0".freeze
VERSION = "0.6.0".freeze
end

0 comments on commit 19c0f52

Please sign in to comment.