prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 8973]
This commit is contained in:
Ryan Davis 2013-09-20 16:36:21 -08:00
parent 170141ce2a
commit c348cf869f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
=== 5.0.8 / 2013-09-20
* 1 bug fix:
* Fixed siginfo handler by rearranging reporters and fixing to_s. (tenderlove)
=== 5.0.7 / 2013-09-05
* 2 minor enhancements:

View File

@ -4,7 +4,7 @@ require "optparse"
# :include: README.txt
module Minitest
VERSION = "5.0.7" # :nodoc:
VERSION = "5.0.8" # :nodoc:
@@installed_at_exit ||= false
@@after_run = []