Skip to content

Commit 626a99a

Browse files
authored
chore: Prepare rust release 0.1.1 (#45)
* chore: Prepare rust release 0.1.1 * remove note in readme
1 parent 41d37d4 commit 626a99a

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines 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: 1 addition & 1 deletion
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.0"
12+
version = "0.1.1"
1313
authors = ["Kyle Barron <[email protected]>"]
1414
edition = "2024"
1515
license = "MIT OR Apache-2.0"

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ datafusion = "50.0"
1212
geodatafusion = "0.1"
1313
```
1414

15-
> `geodatafusion` 0.1 will be published whenever [`datafusion` 50.0 is released](https://github.com/apache/datafusion/issues/16799), which should be by September 17.
16-
17-
1815
## Functions supported
1916

2017
Functions are explicitly modeled after the [PostGIS API](https://postgis.net/docs/reference.html). We strive to match the PostGIS API as much as possible.

0 commit comments

Comments
 (0)