From df4ad4a296ce6fe0d7a3f915a6285cb83993f74b Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sat, 25 Apr 2026 00:00:02 -0400 Subject: [PATCH] Bump major version (3.20.0->4.0.0) for SciMLBase v3 / DiffEqBase v7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The SciMLBase v3 / DiffEqBase v7 / OrdinaryDiffEq v7 release is breaking across the ecosystem (typed verbose / DEVerbosity, AutoSpecialize ODEFunction default, RAT v4, etc. — see https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md). Adding v3 compat in a non-major release was a SemVer mistake; the prior v3-allowing minor/patch releases on this package are being yanked from General. This major bump signals the v3 ecosystem upgrade so users opt in explicitly. The package source already runs against both the v2 and v3 ecosystems; only the version number changes here. Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2023dec..41f8aeb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ODEInterfaceDiffEq" uuid = "09606e27-ecf5-54fc-bb29-004bd9f985bf" authors = ["Chris Rackauckas "] -version = "3.20.0" +version = "4.0.0" [deps] Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"