prepping for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 6273]
This commit is contained in:
Ryan Davis 2011-05-31 16:31:00 -08:00
parent 010b9d1ddf
commit 4f2e60b0fa
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
=== 2.2.0 / 2011-05-29
* 5 minor enhancements:
* assert_equal (and must_equal) now tries to diff output where it makes sense.
* Added Assertions#diff(exp, act) to be used by assert_equal.
* Added Assertions#mu_pp_for_diff
* Added Assertions.diff and diff=
* Moved minitest hoe-plugin from hoe-seattlerb. (erikh)
=== 2.1.0 / 2011-04-11
* 5 minor enhancements:

View File

@ -612,7 +612,7 @@ module MiniTest
end
class Unit
VERSION = "2.1.0" # :nodoc:
VERSION = "2.2.0" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: