We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5f1b7 commit 0719fdbCopy full SHA for 0719fdb
History.rdoc
@@ -1,3 +1,14 @@
1
+=== 5.24.0 / 2024-06-18
2
+
3
+* 2 minor enhancements:
4
5
+ * Added Minitest.register_plugin.
6
+ * Extended plugin system to work with modules/classes for opt-out plugins.
7
8
+* 1 bug fix:
9
10
+ * Removed anacronism, but allow load_plugins to exit gracefully if --disable=gems.
11
12
=== 5.23.1 / 2024-05-21
13
14
* 1 bug fix:
lib/minitest.rb
@@ -9,7 +9,7 @@
# :include: README.rdoc
module Minitest
- VERSION = "5.23.1" # :nodoc:
+ VERSION = "5.24.0" # :nodoc:
@@installed_at_exit ||= false
15
@@after_run = []
0 commit comments