Skip to content

Commit f6ab2a0

Browse files
committed
prepped for release
[git-p4: depot-paths = "//src/minitest-debugger/dev/": change = 13955]
1 parent 2e2db21 commit f6ab2a0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

History.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -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+
18
=== 1.0.3 / 2015-01-09
29

310
* 1 bug fix:
@@ -21,4 +28,3 @@
2128
* 1 major enhancement
2229

2330
* Birthday!
24-

lib/minitest/debugger.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def set_trace_func(*args)
2525
# that failed assertions will drop into the ruby debugger.
2626

2727
module Minitest::Debugger
28-
VERSION = "1.0.3"
28+
VERSION = "1.1.0"
2929

3030
def assert test, msg = nil
3131
begin

0 commit comments

Comments
 (0)