prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 7820]
This commit is contained in:
Ryan Davis 2012-10-05 14:45:37 -08:00
parent 38bb3f7e36
commit 2d7c771050
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
=== 4.1.0 / 2012-10-05
* 2 minor enhancements:
* Added skip example to readme. (dissolved)
* Extracted backtrace filter to object. (tenderlove)
* 1 bug fix:
* OMG I'm so dumb. Fixed access to deprecated hook class methods. I hate ruby modules. (route)
=== 4.0.0 / 2012-09-28
* 1 major enhancement:

View File

@ -706,7 +706,7 @@ module MiniTest
end
class Unit # :nodoc:
VERSION = "4.0.0" # :nodoc:
VERSION = "4.1.0" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: