From 55be832a13403d68e8d4cddde1b80801f1dc0ddc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 14 Jan 2025 01:00:50 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for Makie in [weakdeps] to 0.22, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1c33dfa..cd4252f 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ InfiniteArrays = "0.14, 0.15" Infinities = "0.1" IntervalSets = "0.7" LazyArrays = "2" -Makie = "0.20, 0.21" +Makie = "0.20, 0.21, 0.22" QuasiArrays = "0.11.8" RecipesBase = "1.0" StaticArrays = "1.0" From b26949cc8b71a904e01aa2124c64ed85892a6910 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Tue, 14 Jan 2025 09:33:00 +0000 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cd4252f..e32bf89 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ContinuumArrays" uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c" -version = "0.18.6" +version = "0.18.7" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"