prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 11491]
This commit is contained in:
Ryan Davis 2018-01-02 15:16:38 -08:00
parent 5e7d97befe
commit e3f5ad05dc
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
=== 5.11.1 / 2018-01-02
* 1 bug fix:
* Fixed Result (a superclass of Test) overriding Runnable's name accessors. (y-yagi, MSP-Greg)
=== 5.11.0 / 2018-01-01
* 2 major enhancements:

View File

@ -8,7 +8,7 @@ require "stringio"
# :include: README.rdoc
module Minitest
VERSION = "5.11.0" # :nodoc:
VERSION = "5.11.1" # :nodoc:
ENCS = "".respond_to? :encoding # :nodoc:
@@installed_at_exit ||= false