prepping for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 6364]
This commit is contained in:
Ryan Davis 2011-06-22 20:01:48 -08:00
parent 8110114568
commit 0dfabeff32
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
=== 2.3.1 / 2011-06-22
* 1 bug fix:
* Fixed minitest hoe plugin to be a spermy dep and not depend on itself.
=== 2.3.0 / 2011-06-15
* 5 minor enhancements:

View File

@ -614,7 +614,7 @@ module MiniTest
end
class Unit
VERSION = "2.3.0" # :nodoc:
VERSION = "2.3.1" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: