Prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 5877]
This commit is contained in:
Ryan Davis 2010-09-23 13:22:53 -08:00
parent 032a3c4a91
commit c2da0125dd
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
=== 1.7.2 / 2010-09-23
* 2 bug fixes:
* Fixed test_capture_io on 1.9.3+ (sora_h)
* assert_raises now lets MiniTest::Skip through. (shyouhei)
=== 1.7.1 / 2010-09-01
* 1 bug fix:

View File

@ -506,7 +506,7 @@ module MiniTest
end
class Unit
VERSION = "1.7.1" # :nodoc:
VERSION = "1.7.2" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: