prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 10391]
This commit is contained in:
Ryan Davis 2015-09-23 13:56:18 -08:00
parent 84bade4b07
commit 78d36807d9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
=== 5.8.1 / 2015-09-23
* 1 minor enhancement:
* Refactor assert_raises to be cleaner and to pass SystemExit and SignalException. (bhenderson)
=== 5.8.0 / 2015-08-06
* 2 minor enhancements:

View File

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