prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 10340]
This commit is contained in:
Ryan Davis 2015-08-06 13:50:40 -08:00
parent 6f53d4d986
commit 074437e4ea
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
=== 5.8.0 / 2015-08-06
* 2 minor enhancements:
* Add optional delegation mechanism to extend object with a mock. (zamith)
* Return early if there are no filtered methods. (jeremyevans)
* 1 bug fix:
* Don't extend io with pride if io is not a tty. (toy)
=== 5.7.0 / 2015-05-27
* 1 major enhancement:

View File

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