prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 8025]
This commit is contained in:
Ryan Davis 2012-11-27 20:13:49 -08:00
parent 0439d9ed00
commit f48ef8ffc0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
=== 4.3.2 / 2012-11-27
* 1 minor enhancement:
* Improved assert_equals error message to point you at #== of member objects. (kcurtin)
=== 4.3.1 / 2012-11-23
* 1 bug fix:

View File

@ -730,7 +730,7 @@ module MiniTest
end
class Unit # :nodoc:
VERSION = "4.3.1" # :nodoc:
VERSION = "4.3.2" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: