From b3bf79a7bcffb5d9ab72bc28047325f8618d2c64 Mon Sep 17 00:00:00 2001 From: Pat Allan Date: Sun, 14 Jan 2024 22:56:53 +1100 Subject: [PATCH] 1.4.0 --- HISTORY | 7 +++++++ combustion.gemspec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index e1f047d..dc3f38d 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,10 @@ +1.4.0 - January 13th 2024 +* Drop support for Ruby 2.4, 2.5. +* Add support for Ruby 3.2, 3.3. +* Avoid clear_active_connections! deprecation warning with Rails 7.1. +* Avoid cache_format_version deprecation warning with Rails 7.1 (Matt Jankowski). +* Check versions against direct dependency railties, instead of rails (Andrew Kane). + 1.3.7 - June 1st 2022 * Fix regression bug, ensure sprockets is loaded with Rails ~> 6.1.1. diff --git a/combustion.gemspec b/combustion.gemspec index 1d41f70..73fddeb 100644 --- a/combustion.gemspec +++ b/combustion.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "combustion" - s.version = "1.3.7" + s.version = "1.4.0" s.authors = ["Pat Allan"] s.email = ["pat@freelancing-gods.com"] s.homepage = "https://github.com/pat/combustion"