From f6ab2a073b17b925d7214cc202dd3c6a323a0fd2 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Tue, 7 Nov 2023 20:25:30 -0800 Subject: [PATCH] prepped for release [git-p4: depot-paths = "//src/minitest-debugger/dev/": change = 13955] --- History.txt | 8 +++++++- lib/minitest/debugger.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index e88be87..2acf85c 100644 --- a/History.txt +++ b/History.txt @@ -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: @@ -21,4 +28,3 @@ * 1 major enhancement * Birthday! - diff --git a/lib/minitest/debugger.rb b/lib/minitest/debugger.rb index a91079a..84f1dd5 100644 --- a/lib/minitest/debugger.rb +++ b/lib/minitest/debugger.rb @@ -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