Skip to content

Commit bcb51f0

Browse files
authored
chore: Bump to 0.2.0 (#53)
1 parent a54c338 commit bcb51f0

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

CHANGELOG.md

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

3+
## [0.2.0] - 2026-01-07
4+
5+
### What's Changed
6+
7+
* feat: disable datafusion's default features by @valkum in https://github.com/datafusion-contrib/geodatafusion/pull/49
8+
* perf: reduce signature initialization work by @wjones127 in https://github.com/datafusion-contrib/geodatafusion/pull/52
9+
* chore: bump datafusion to 51, arrow to 57 by @timsaucer in https://github.com/datafusion-contrib/geodatafusion/pull/50
10+
11+
### New Contributors
12+
13+
* @valkum made their first contribution in https://github.com/datafusion-contrib/geodatafusion/pull/49
14+
* @wjones127 made their first contribution in https://github.com/datafusion-contrib/geodatafusion/pull/52
15+
* @timsaucer made their first contribution in https://github.com/datafusion-contrib/geodatafusion/pull/50
16+
17+
**Full Changelog**: https://github.com/datafusion-contrib/geodatafusion/compare/v0.1.1...v0.2.0
18+
319
## [0.1.1] - 2025-10-31
420

521
- ci: Set up crates.io trusted publishing #46

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.1.1"
12+
version = "0.2.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.1.1" }
38+
geodatafusion = { path = "rust/geodatafusion", version = "0.2.0" }
3939
geohash = "0.13.1"
4040
geojson = "0.24"
4141
geoparquet = "0.7.0"

0 commit comments

Comments
 (0)