prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 7597]
This commit is contained in:
Ryan Davis 2012-06-26 14:34:44 -08:00
parent f344896fc1
commit dadd44511b
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
=== 3.2.0 / 2012-06-26
* 1 minor enhancement:
* Stubs now yield self. (peterhellberg)
* 1 bug fix:
* Fixed verbose test that only fails when run in verbose mode. mmmm irony.
=== 3.1.0 / 2012-06-13
* 2 minor enhancements:

View File

@ -645,7 +645,7 @@ module MiniTest
end
class Unit # :nodoc:
VERSION = "3.1.0" # :nodoc:
VERSION = "3.2.0" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: