From 304caeff267d0d20f7b73713b115e4303a10c2ff Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 6 Aug 2025 00:24:07 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for ExaModels to 0.9, (drop existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4f773b41f..77b775455 100644 --- a/Project.toml +++ b/Project.toml @@ -23,5 +23,5 @@ CTModels = "0.6" CTParser = "0.6" CommonSolve = "0.2" DocStringExtensions = "0.9" -ExaModels = "0.8" +ExaModels = "0.9" julia = "1.10" From be04b0cc0c91e0f386aff2fcccfaa31255b68c76 Mon Sep 17 00:00:00 2001 From: Olivier Cots Date: Wed, 6 Aug 2025 11:26:40 +0200 Subject: [PATCH 2/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 77b775455..6fb98c0b0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OptimalControl" uuid = "5f98b655-cc9a-415a-b60e-744165666948" authors = ["Olivier Cots "] -version = "1.1.0" +version = "1.1.1" [deps] ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a" From a2b5b6f7483b9f0197cb703085ca7a579d447da6 Mon Sep 17 00:00:00 2001 From: Olivier Cots Date: Wed, 6 Aug 2025 11:27:21 +0200 Subject: [PATCH 3/3] Update Project.toml --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 71ecec12b..75c1e139d 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -33,7 +33,7 @@ DataFrames = "1" Documenter = "1.8" DocumenterInterLinks = "1" DocumenterMermaid = "0.2" -ExaModels = "0.8" +ExaModels = "0.9" JLD2 = "0.5" JSON3 = "1.14" LinearAlgebra = "1"