From 6b92eced42132091fb5d1097e06c798d6da06991 Mon Sep 17 00:00:00 2001 From: Anupam Sengupta Date: Mon, 12 Aug 2024 18:45:53 -0400 Subject: [PATCH] Releasing version 2.1.0. --- rubytree.gemspec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rubytree.gemspec b/rubytree.gemspec index 6fc4e2a..50022cb 100644 --- a/rubytree.gemspec +++ b/rubytree.gemspec @@ -84,6 +84,9 @@ Gem::Specification.new do |s| Thank you for installing RubyTree. Note:: + - 2.1.0 is a minor update that brings all libraries to their + latest stable versions. This version no longer supports + Ruby 2.6 (minimum requirement is now >= 2.7). - 2.0.0 is a major release with BREAKING API changes. See `API-CHANGES.md` for details.