We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2db21 commit f6ab2a0Copy full SHA for f6ab2a0
History.txt
@@ -1,3 +1,10 @@
1
+=== 1.1.0 / 2023-11-07
2
+
3
+* 2 minor enhancements:
4
5
+ * Declare dependency on debug v1.7+
6
+ * Fix minitest-debug to work with modern debug gem.
7
8
=== 1.0.3 / 2015-01-09
9
10
* 1 bug fix:
@@ -21,4 +28,3 @@
21
28
* 1 major enhancement
22
29
23
30
* Birthday!
24
-
lib/minitest/debugger.rb
@@ -25,7 +25,7 @@ def set_trace_func(*args)
25
# that failed assertions will drop into the ruby debugger.
26
27
module Minitest::Debugger
- VERSION = "1.0.3"
+ VERSION = "1.1.0"
def assert test, msg = nil
31
begin
0 commit comments