prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 9827]
This commit is contained in:
Ryan Davis 2014-11-11 15:44:00 -08:00
parent 703740c97b
commit 32dad2e92a
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
=== 5.4.3 / 2014-11-11
* 2 bug fixes:
* Clarified requirements for ruby are now 1.8.7 or better.
* Force encode error output in case mal-encoded exception is raised. (jasonrclark)
=== 5.4.2 / 2014-09-26
* 2 minor enhancements:

View File

@ -7,7 +7,7 @@ require "minitest/parallel"
# :include: README.txt
module Minitest
VERSION = "5.4.2" # :nodoc:
VERSION = "5.4.3" # :nodoc:
ENCS = "".respond_to? :encoding # :nodoc:
@@installed_at_exit ||= false