Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 13629]
  • Loading branch information
zenspider committed Jan 1, 2023
1 parent c0be030 commit abdde9d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.rdoc
@@ -1,3 +1,15 @@
=== 5.17.0 / 2022-12-31

* 1 minor enhancement:

* Refactor setup hooks into a SETUP_METHODS constant. (MSP-Greg)

* 3 bug fixes:

* Fix kwargs for Mock calls to delegator. (blowmage)
* Fix kwargs for expectations. (bobmazanec, blowmage)
* Remove check for .b method. (tenderlove)

=== 5.16.3 / 2022-08-17

* 2 bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest.rb
Expand Up @@ -9,7 +9,7 @@
# :include: README.rdoc

module Minitest
VERSION = "5.16.3" # :nodoc:
VERSION = "5.17.0" # :nodoc:

@@installed_at_exit ||= false
@@after_run = []
Expand Down

0 comments on commit abdde9d

Please sign in to comment.