From a5bbce338f7e968dcb447c7aa3e948ed99c980fd Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 23 Feb 2026 13:44:56 -0500 Subject: [PATCH] Bump version to v1.19.0 Releases the OrdinaryDiffEqDifferentiation v2 compat bump (PR #121) and deprecation warning fixes (PR #122) that are already on master but were not included in any registered version. This unblocks resolution of OrdinaryDiffEq v6.108 / OrdinaryDiffEqRosenbrock v1.24. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.6 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7ddb475..e77fc5b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MultiScaleArrays" uuid = "f9640e96-87f6-5992-9c3b-0743c6a49ffa" authors = ["Chris Rackauckas "] -version = "1.18.0" +version = "1.19.0" [deps] DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"