prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 5269]
This commit is contained in:
Ryan Davis 2009-06-25 01:29:51 -08:00
parent 1c960d215b
commit cdf549f664
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
=== 1.4.2 / 2009-06-25
* 1 bug fix:
* Fixed info handler for systems that don't have siginfo.
=== 1.4.1 / 2009-06-23
* 1 major enhancement:

View File

@ -313,7 +313,7 @@ module MiniTest
end
class Unit
VERSION = "1.4.1"
VERSION = "1.4.2"
attr_accessor :report, :failures, :errors, :skips
attr_accessor :test_count, :assertion_count