prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 13511]
This commit is contained in:
Ryan Davis 2022-08-17 01:37:00 -08:00
parent 640de3a7a3
commit 4accdd55c1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
=== 5.16.3 / 2022-08-17
* 2 bug fixes:
* Fixed exception sanitization by removing TypeError restriction on rescue.
* Use A instead of deprecated TESTOPTS in rake test:slow. (davidstosik)
=== 5.16.2 / 2022-07-03
* 4 bug fixes:

View File

@ -9,7 +9,7 @@ require "etc"
# :include: README.rdoc
module Minitest
VERSION = "5.16.2" # :nodoc:
VERSION = "5.16.3" # :nodoc:
@@installed_at_exit ||= false
@@after_run = []