prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 8105]
This commit is contained in:
Ryan Davis 2013-01-07 17:37:07 -08:00
parent a50bedf461
commit aaa35eb8ec
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
=== 4.4.0 / 2013-01-07
* 3 minor enhancements:
* Added fit_logarithic and assert_performance_logarithmic. (ktheory)
* Merge processed options so others can mess with defaults. (tenderlove)
* TestCase#message can now take another proc to defer custom message cost. (ordinaryzelig/bhenderson)
* 1 bug fix:
* TestCase#passed? now true if test is skipped. (qanhd)
=== 4.3.3 / 2012-12-06
* 1 bug fix:

View File

@ -734,7 +734,7 @@ module MiniTest
end
class Unit # :nodoc:
VERSION = "4.3.3" # :nodoc:
VERSION = "4.4.0" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: