From 1afc00b9c0ce2d3a5b8a57cfca104572f11caf81 Mon Sep 17 00:00:00 2001 From: Stefan de Lange <37669773+langestefan@users.noreply.github.com> Date: Sun, 28 Sep 2025 23:14:10 +0200 Subject: [PATCH 1/3] Export components from StructArrays.jl Should fix #333 --- src/StructArrays.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/StructArrays.jl b/src/StructArrays.jl index 8046dc2..bef1167 100644 --- a/src/StructArrays.jl +++ b/src/StructArrays.jl @@ -6,6 +6,7 @@ using ConstructionBase: constructorof export StructArray, StructVector, LazyRow, LazyRows export collect_structarray export replace_storage +export components include("interface.jl") include("structarray.jl") From 45ed123e87a303ab71ed35277a822d29a2313267 Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Sat, 18 Oct 2025 10:24:38 -0400 Subject: [PATCH 2/3] bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 953f308..20a95ed 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "StructArrays" uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a" -version = "0.7.1" +version = "0.7.2" [deps] ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9" From 676b437c0e424f17b72fa3d590ef9002457c4937 Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Sat, 18 Oct 2025 10:31:04 -0400 Subject: [PATCH 3/3] add 1.11 to CI --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1532d6f..4ab0600 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,6 +17,7 @@ jobs: version: - 'min' - 'lts' + - '1.11' - '1' - 'pre' os: