From 428c9bb3e2d0c7d45bfe89f29caf51e9c28206af Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Mon, 30 Mar 2026 13:57:48 -0400 Subject: [PATCH 1/2] chore: Bump to 0.4 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3514610..99fc7c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0] - 2026-03-30 + +### What's Changed + +* chore: Upgrade datafusion, geoarrow & other deps by @mjgarton in https://github.com/datafusion-contrib/geodatafusion/pull/67 + +### New Contributors + +* @mjgarton made their first contribution in https://github.com/datafusion-contrib/geodatafusion/pull/67 + +**Full Changelog**: https://github.com/datafusion-contrib/geodatafusion/compare/v0.3.0...v0.4.0 + ## [0.3.0] - 2026-02-24 * feat: update to datafusion 52 by @sunng87 in https://github.com/datafusion-contrib/geodatafusion/pull/54 diff --git a/Cargo.lock b/Cargo.lock index 5752c06..38c295a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1677,7 +1677,7 @@ dependencies = [ [[package]] name = "geodatafusion" -version = "0.3.0" +version = "0.4.0" dependencies = [ "approx", "arrow-arith", @@ -1698,7 +1698,7 @@ dependencies = [ [[package]] name = "geodatafusion-flatgeobuf" -version = "0.3.0" +version = "0.4.0" dependencies = [ "approx", "arrow-array", @@ -1722,7 +1722,7 @@ dependencies = [ [[package]] name = "geodatafusion-geojson" -version = "0.3.0" +version = "0.4.0" dependencies = [ "arrow-array", "arrow-schema", @@ -1744,7 +1744,7 @@ dependencies = [ [[package]] name = "geodatafusion-geoparquet" -version = "0.3.0" +version = "0.4.0" dependencies = [ "approx", "arrow-schema", diff --git a/Cargo.toml b/Cargo.toml index c3186d9..17bc2af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ exclude = ["python"] resolver = "2" [workspace.package] -version = "0.3.0" +version = "0.4.0" authors = ["Kyle Barron "] edition = "2024" license = "MIT OR Apache-2.0" @@ -35,7 +35,7 @@ geoarrow-flatgeobuf = "0.8.0" geoarrow-expr-geo = "0.8.0" geoarrow-geojson = "0.8.0" geoarrow-schema = "0.8.0" -geodatafusion = { path = "rust/geodatafusion", version = "0.3.0" } +geodatafusion = { path = "rust/geodatafusion", version = "0.4.0" } geohash = "0.13.1" geojson = "0.24" geoparquet = "0.8.0" From c5544f1ed98ad73cba978d0e4da6d9143854a4a0 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Mon, 30 Mar 2026 13:59:55 -0400 Subject: [PATCH 2/2] bump versions in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 984356c..23ed6aa 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Add to your `Cargo.toml`: ```toml [dependencies] -datafusion = "52.0" -geodatafusion = "0.3" +datafusion = "53.0" +geodatafusion = "0.4" ``` ## Functions supported