From 54d1cbf9cffeb211b83e51fba165704380f1373e Mon Sep 17 00:00:00 2001 From: Dominique Date: Fri, 13 Mar 2026 15:17:15 -0400 Subject: [PATCH] Bump version from 0.7.4 to 0.8.0 The new getters are technically breaking for anyone who has implemented custom quasi-Newton models (if there is any such user out there besides me). --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 460870d..d3ffd7f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "NLPModelsModifiers" uuid = "e01155f1-5c6f-4375-a9d8-616dd036575f" -version = "0.7.4" +version = "0.8.0" [deps] FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"