From c76506aaf686d736be570f18611e5170a4bc4d12 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:55:45 -0600 Subject: [PATCH] Release 0.21.6 --- Project.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index acd51964..8c3aca7b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "NLPModels" uuid = "a4795742-8479-5a88-8948-cc11e1c8c1a6" -version = "0.21.5" +version = "0.21.6" [deps] FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a" @@ -11,7 +11,11 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] FastClosures = "0.3.0" +LinearAlgebra = "1.10" LinearOperators = "2" +Printf = "1.10" +SparseArrays = "1.10" +Test = "1.10" julia = "1.10" [extras]