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-debugger/dev/": change = 13955]
  • Loading branch information
zenspider committed Nov 8, 2023
1 parent 2e2db21 commit f6ab2a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=== 1.1.0 / 2023-11-07

* 2 minor enhancements:

* Declare dependency on debug v1.7+
* Fix minitest-debug to work with modern debug gem.

=== 1.0.3 / 2015-01-09

* 1 bug fix:
Expand All @@ -21,4 +28,3 @@
* 1 major enhancement

* Birthday!

2 changes: 1 addition & 1 deletion lib/minitest/debugger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def set_trace_func(*args)
# that failed assertions will drop into the ruby debugger.

module Minitest::Debugger
VERSION = "1.0.3"
VERSION = "1.1.0"

def assert test, msg = nil
begin
Expand Down

0 comments on commit f6ab2a0

Please sign in to comment.