From 0d0a9f98dfa64d907b743b21b9794a4e0e7a39ba Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Dec 2025 00:25:22 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for Aqua in [extras] to 0.8, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c1bb560ca..430304103 100644 --- a/Project.toml +++ b/Project.toml @@ -1,8 +1,8 @@ name = "ControlSystems" uuid = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e" +version = "1.15.1" authors = ["Dept. Automatic Control, Lund University"] repo = "https://github.com/JuliaControl/ControlSystems.jl.git" -version = "1.15.1" [deps] ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e" @@ -20,7 +20,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] -Aqua = "0.5" +Aqua = "0.5, 0.8" ControlSystemsBase = "1.3" DelayDiffEq = "5.31" DiffEqBase = "6" From e5e0b456b414ccad1b3d2f912f834afda8f158fc Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Mon, 15 Dec 2025 08:50:41 +0100 Subject: [PATCH 2/2] Bump version from 1.15.1 to 1.15.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 430304103..2e0408124 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ControlSystems" uuid = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e" -version = "1.15.1" +version = "1.15.2" authors = ["Dept. Automatic Control, Lund University"] repo = "https://github.com/JuliaControl/ControlSystems.jl.git"