Skip to content

Commit

Permalink
Relax geos to v3.10.0, bump geoarrow to v0.3.0-beta.2 (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Aug 23, 2024
1 parent 32c82fc commit ccc636c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**This is the changelog for the core Rust library**. There's a [separate changelog](./python/core/CHANGELOG.md) for the Python bindings, and there will be another for the JS bindings.

## [0.3.0-beta.1] - 2024-08-23
## [0.3.0-beta.2] - 2024-08-23

### Added

Expand Down Expand Up @@ -55,6 +55,6 @@

- Initial public release.

[0.3.0-beta.1]: https://github.com/geoarrow/geoarrow-rs/compare/rust-v0.2.0...rust-v0.3.0-beta.1
[0.3.0-beta.2]: https://github.com/geoarrow/geoarrow-rs/compare/rust-v0.2.0...rust-v0.3.0-beta.2
[0.2.0]: https://github.com/geoarrow/geoarrow-rs/compare/rust-v0.1.0...rust-v0.2.0
[0.1.0]: https://github.com/geoarrow/geoarrow-rs/releases/tag/rust-v0.1.0
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "geoarrow"
version = "0.3.0-beta.1"
version = "0.3.0-beta.2"
authors = ["Kyle Barron <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -70,7 +70,7 @@ futures = { version = "0.3", optional = true }
gdal = { version = "0.17", optional = true }
geo = "0.28"
geo-index = "0.1.1"
geos = { version = "9.0", features = ["v3_11_0", "geo"], optional = true }
geos = { version = "9.0", features = ["v3_10_0", "geo"], optional = true }
geozero = { version = "0.13", features = ["with-wkb"], optional = true }
half = { version = "2.4.1", optional = true }
http-range-client = { version = "0.8", optional = true }
Expand Down

0 comments on commit ccc636c

Please sign in to comment.