Skip to content

Commit

Permalink
Branching minitest to version 5.23.0
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 14143]
  • Loading branch information
zenspider committed May 15, 2024
1 parent f0f17b9 commit b04feec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
=== 5.23.0 / 2024-05-15

* 3 minor enhancements:

* Added -Werror to raise on any warning output. (byroot)
* Added UnexpectedWarning as a failure summary type, added count to output if activated.
* Added minitest/manual_plugins.rb w/ new Minitest.load method. (tenderlove)

* 2 bug fixes:

* Allow empty_run! and reporter to display summary for empty runs. (zzak)
* Make test task verbose using either rake's -v or -t (was just -t).

=== 5.22.3 / 2024-03-13

* 1 minor enhancement:
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# :include: README.rdoc

module Minitest
VERSION = "5.22.3" # :nodoc:
VERSION = "5.23.0" # :nodoc:

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

0 comments on commit b04feec

Please sign in to comment.