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 = 13876]
  • Loading branch information
zenspider committed Jul 26, 2023
1 parent de80282 commit 96a9972
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
=== 5.19.0 / 2023-07-26

* 2 minor enhancements:

* Add metadata lazy accessor to Runnable / Result. (matteeyah)
* Only load minitest/unit (aka ancient MiniTest compatibility layer) if ENV["MT_COMPAT"]

* 1 bug fix:

* Minitest::TestTask enthusiastically added itself to default. (ParadoxV5)

=== 5.18.1 / 2023-06-16

* 3 bug fixes:
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.18.1" # :nodoc:
VERSION = "5.19.0" # :nodoc:

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

0 comments on commit 96a9972

Please sign in to comment.