From 45725d925df21a31c4f135608ae1412eaa0fd485 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 20 Jul 2026 23:21:07 -0400 Subject: [PATCH] Bump LinearSolve to v5.0.1 for release Releases unreleased fixes on master: KLU JET inference paths (#1095) and cache-free static failure solutions (#1094). Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01SFmcAmLrGPrGtzwP333mX8 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 83927bcf4..1a88ab8f8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "LinearSolve" uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" -version = "5.0.0" +version = "5.0.1" authors = ["SciML"] [deps]