Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calavera committed Apr 10, 2012
1 parent 1e17e04 commit 03044b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
=== 0.3.0 / 2012-05-10

* 1 bug fix:

* Call the right runner method in old versions of Minitest.

=== 0.2.0

* Fist official release.
4 changes: 3 additions & 1 deletion minitest-chef-handler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ Gem::Specification.new do |gem|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "minitest-chef-handler"
gem.require_paths = ["lib"]
gem.version = '0.2.0'
gem.version = '0.3.0'

gem.add_development_dependency('rake')
end

0 comments on commit 03044b5

Please sign in to comment.