prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 13470]
This commit is contained in:
Ryan Davis 2022-07-03 13:45:08 -08:00
parent 9d05be9d9c
commit 9c5f100846
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
=== 5.16.2 / 2022-07-03
* 4 bug fixes:
* Added MT_KWARGS_HACK kludge for stub to deal with ruby 2.7 kwargs nastiness. (tsugimoto)
* In #expect, pop Hash class from args if $MT_KWARGS_HACK. (casperisfine)
* In above scenario, set expected kwargs (as Objects) based on actual kwargs.
* Nuke ivars if exception fails to marshal twice (eg better_errors). (irphilli)
=== 5.16.1 / 2022-06-20
* 2 bug fixes:

View File

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