Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = ["python"]
resolver = "2"

[workspace.package]
version = "0.3.0"
version = "0.4.0"
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
edition = "2024"
license = "MIT OR Apache-2.0"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading