Skip to content

Commit e2ddec8

Browse files
authored
chore: bump 0.3 (#59)
1 parent 18b3e79 commit e2ddec8

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

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

3+
## [0.3.0] - 2026-02-24
4+
5+
* feat: update to datafusion 52 by @sunng87 in https://github.com/datafusion-contrib/geodatafusion/pull/54
6+
7+
**Full Changelog**: https://github.com/datafusion-contrib/geodatafusion/compare/v0.2.0...v0.3.0
8+
39
## [0.2.0] - 2026-01-07
410

511
### What's Changed

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.2.0"
12+
version = "0.3.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.7.0"
3535
geoarrow-expr-geo = "0.7.0"
3636
geoarrow-geojson = "0.7.0"
3737
geoarrow-schema = "0.7.0"
38-
geodatafusion = { path = "rust/geodatafusion", version = "0.2.0" }
38+
geodatafusion = { path = "rust/geodatafusion", version = "0.3.0" }
3939
geohash = "0.13.1"
4040
geojson = "0.24"
4141
geoparquet = "0.7.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 = "50.0"
12-
geodatafusion = "0.1"
11+
datafusion = "52.0"
12+
geodatafusion = "0.3"
1313
```
1414

1515
## Functions supported

0 commit comments

Comments
 (0)