prepping for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 10419]
This commit is contained in:
Ryan Davis 2015-11-17 14:59:48 -08:00
parent d62e1a14ce
commit 7b387128ef
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
=== 5.8.3 / 2015-11-17
* 1 minor enhancement:
* Added extra note about mocks and threads to readme. (zamith)
* 1 bug fix:
* Fixed bug in Mock#verify. (pithub/zamith)
=== 5.8.2 / 2015-10-26
* 1 bug fix:

View File

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