From 37dab1637879f57a46188a70569d703a0d889782 Mon Sep 17 00:00:00 2001 From: Lasse Peters Date: Sun, 16 Jun 2024 19:38:45 +0200 Subject: [PATCH 1/3] Bump version to 0.3.10 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fb9ae22..50a3e4c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TrajectoryGamesBase" uuid = "ac1ac542-73eb-4349-ae1b-660ab3609574" authors = ["David Fridovich-Keil ", "Forrest Laine "] -version = "0.3.9" +version = "0.3.10" [deps] BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" From 4096f355bd3376babda7ca9839a64dfa5cf2eaad Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 May 2024 00:34:11 +0000 Subject: [PATCH 2/3] CompatHelper: bump compat for InfiniteArrays to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 50a3e4c..f87f533 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ MakieExt = "Makie" BlockArrays = "0.16" Colors = "0.12" GeometryBasics = "0.4.2" -InfiniteArrays = "0.12, 0.13" +InfiniteArrays = "0.12, 0.13, 0.14" LazySets = "1.54, 2" Makie = "0.17, 0.18, 0.19, 0.20, 0.21" Polyhedra = "0.7" From 8c502a4b0ab2e6fbe78646d219a0c5ea8d25d2dc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 18 May 2024 00:33:17 +0000 Subject: [PATCH 3/3] CompatHelper: bump compat for BlockArrays to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f87f533..23c00ec 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" MakieExt = "Makie" [compat] -BlockArrays = "0.16" +BlockArrays = "0.16, 1" Colors = "0.12" GeometryBasics = "0.4.2" InfiniteArrays = "0.12, 0.13, 0.14"