jiayuasu opened a new pull request, #1180: URL: https://github.com/apache/sedona-db/pull/1180
## What changes are included in this PR? Two fixes to the crate list in `dev/release/publish-crates.sh` found while publishing 0.4.1: - `sedona-gdal` now depends on `sedona-raster`, so it is moved after it (publishing failed with "failed to select a version for the requirement sedona-raster"). - `sedona-spatial-join-raster` (new in 0.4.1) was missing from the list; `sedona` depends on it, so it is added before `sedona`. The resulting order was checked against `cargo metadata` to have no normal-dependency violations and to cover every publishable workspace member. ## Are these changes tested? Used (with these changes applied locally) to publish all 32 crates for 0.4.1. ## Are there any user-facing changes? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
