Skip to content

Commit c2e86b4

Browse files
authored
chore: Bump to 0.4 (#68)
* chore: Bump to 0.4 * bump versions in readme
1 parent 815631e commit c2e86b4

4 files changed

Lines changed: 20 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.4.0] - 2026-03-30
4+
5+
### What's Changed
6+
7+
* chore: Upgrade datafusion, geoarrow & other deps by @mjgarton in https://github.com/datafusion-contrib/geodatafusion/pull/67
8+
9+
### New Contributors
10+
11+
* @mjgarton made their first contribution in https://github.com/datafusion-contrib/geodatafusion/pull/67
12+
13+
**Full Changelog**: https://github.com/datafusion-contrib/geodatafusion/compare/v0.3.0...v0.4.0
14+
315
## [0.3.0] - 2026-02-24
416

517
* feat: update to datafusion 52 by @sunng87 in https://github.com/datafusion-contrib/geodatafusion/pull/54

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude = ["python"]
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.3.0"
12+
version = "0.4.0"
1313
authors = ["Kyle Barron <kylebarron2@gmail.com>"]
1414
edition = "2024"
1515
license = "MIT OR Apache-2.0"
@@ -35,7 +35,7 @@ geoarrow-flatgeobuf = "0.8.0"
3535
geoarrow-expr-geo = "0.8.0"
3636
geoarrow-geojson = "0.8.0"
3737
geoarrow-schema = "0.8.0"
38-
geodatafusion = { path = "rust/geodatafusion", version = "0.3.0" }
38+
geodatafusion = { path = "rust/geodatafusion", version = "0.4.0" }
3939
geohash = "0.13.1"
4040
geojson = "0.24"
4141
geoparquet = "0.8.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Add to your `Cargo.toml`:
88

99
```toml
1010
[dependencies]
11-
datafusion = "52.0"
12-
geodatafusion = "0.3"
11+
datafusion = "53.0"
12+
geodatafusion = "0.4"
1313
```
1414

1515
## Functions supported

0 commit comments

Comments
 (0)