prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 6079]
This commit is contained in:
Ryan Davis 2010-12-15 12:11:03 -08:00
parent 7cb081a79d
commit 001bba814a
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
=== 2.0.1 / 2010-12-15
* 4 minor enhancements:
* Do not filter backtrace if $DEBUG
* Exit autorun via nested at_exit handler, in case other libs call exit
* Make options accesor lazy.
* Split printing of test name and its time. (nurse)
* 1 bug fix:
* Fix bug when ^T is hit before runner start
=== 2.0.0 / 2010-11-11
* 3 major enhancements:

View File

@ -514,7 +514,7 @@ module MiniTest
end
class Unit
VERSION = "2.0.0" # :nodoc:
VERSION = "2.0.1" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: