prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 7214]
This commit is contained in:
Ryan Davis 2012-03-20 16:23:33 -08:00
parent e72eb21068
commit d635a33847
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
=== 2.11.4 / 2012-03-20
* 2 minor enhancements:
* Updated known extensions
* You got your unicode in my tests! You got your tests in my unicode! (fl00r)
* 1 bug fix:
* Fixed MiniTest::Mock example in the readme. (conradwt)
=== 2.11.3 / 2012-02-29
* 2 bug fixes:

View File

@ -644,7 +644,7 @@ module MiniTest
end
class Unit # :nodoc:
VERSION = "2.11.3" # :nodoc:
VERSION = "2.11.4" # :nodoc:
attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc: