From 78498f635f04a98927b5dc3b2e6f9829b2d2e094 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Mon, 26 Feb 2024 11:15:22 -0800 Subject: [PATCH] prepped for release [git-p4: depot-paths = "//src/minitest-gcstats/dev/": change = 14062] --- History.rdoc | 10 ++++++++++ lib/minitest/gcstats.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.rdoc b/History.rdoc index 85e34bf..d2d99c8 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,13 @@ +=== 1.3.1 / 2024-02-26 + +* 1 minor enhancement: + + * Remove a bunch of ancient versioned code now that <2.3 is way behind us. + +* 1 bug fix: + + * Fix Result.from to include gc_stats. (fatkodima) + === 1.3.0 / 2021-10-27 This is release 1024!?! diff --git a/lib/minitest/gcstats.rb b/lib/minitest/gcstats.rb index c2bff59..75d6c8c 100644 --- a/lib/minitest/gcstats.rb +++ b/lib/minitest/gcstats.rb @@ -1,7 +1,7 @@ require "minitest" module Minitest::GCStats - VERSION = "1.3.0" + VERSION = "1.3.1" attr_accessor :gc_stats