From e47614cbac35c03a1566deee778d005ddf041b38 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Dec 2025 00:26:03 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for Aqua in [extras] to 0.8 for package ControlSystemsBase, (keep existing compat) --- lib/ControlSystemsBase/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ControlSystemsBase/Project.toml b/lib/ControlSystemsBase/Project.toml index e525a91ac..7eda5e7ac 100644 --- a/lib/ControlSystemsBase/Project.toml +++ b/lib/ControlSystemsBase/Project.toml @@ -1,8 +1,8 @@ name = "ControlSystemsBase" uuid = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e" +version = "1.20.1" authors = ["Dept. Automatic Control, Lund University"] repo = "https://github.com/JuliaControl/ControlSystems.jl.git" -version = "1.20.1" [deps] ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" @@ -31,7 +31,7 @@ ControlSystemsBaseImplicitDifferentiationExt = ["ImplicitDifferentiation", "Comp ControlSystemsBaseMakieExt = ["Makie"] [compat] -Aqua = "0.5" +Aqua = "0.5, 0.8" ComponentArrays = "0.15" DSP = "0.6.1, 0.7, 0.8" ForwardDiff = "0.10, 1.0" From 9de72cbe8e0db9b04039e007ce40793cf88e66e0 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Mon, 15 Dec 2025 08:51:04 +0100 Subject: [PATCH 2/2] Update version from 1.20.1 to 1.20.2 --- lib/ControlSystemsBase/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ControlSystemsBase/Project.toml b/lib/ControlSystemsBase/Project.toml index 7eda5e7ac..8788a747a 100644 --- a/lib/ControlSystemsBase/Project.toml +++ b/lib/ControlSystemsBase/Project.toml @@ -1,6 +1,6 @@ name = "ControlSystemsBase" uuid = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e" -version = "1.20.1" +version = "1.20.2" authors = ["Dept. Automatic Control, Lund University"] repo = "https://github.com/JuliaControl/ControlSystems.jl.git"