prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 11130]
This commit is contained in:
Ryan Davis 2016-11-30 17:22:58 -08:00
parent 3c2d5f4e26
commit b48a4df877
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
=== 5.10.0 / 2016-11-30
* 2 minor enhancements:
* Added AbstractReporter#prerecord and extended ProgressReporter and CompositeReporter to use it.
* Minor optimization: remove runnables with no runnable methods before run.
* 1 bug fix:
* 2.4: removed deprecation warnings when referring to Fixnum.
=== 5.9.1 / 2016-09-25
* 2 bug fixes:

View File

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