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 9f78d3a commit 8ccc4d9Copy full SHA for 8ccc4d9
History.rdoc
@@ -1,3 +1,9 @@
1
+=== 5.21.1 / 2024-01-11
2
+
3
+* 1 bug fix:
4
5
+ * Rails' default backtrace filter can't currently work with caller_locations, so reverting back to caller.
6
7
=== 5.21.0 / 2024-01-11
8
9
* 10 minor enhancements:
lib/minitest.rb
@@ -9,7 +9,7 @@
# :include: README.rdoc
10
11
module Minitest
12
- VERSION = "5.21.0" # :nodoc:
+ VERSION = "5.21.1" # :nodoc:
13
14
@@installed_at_exit ||= false
15
@@after_run = []
0 commit comments