Skip to content

chore(dev/release): Fix crate publish order and add sedona-spatial-join-raster - #1180

Merged
jiayuasu merged 1 commit into
mainfrom
chore/publish-crates-order
Aug 23, 2026
Merged

chore(dev/release): Fix crate publish order and add sedona-spatial-join-raster#1180
jiayuasu merged 1 commit into
mainfrom
chore/publish-crates-order

Conversation

@jiayuasu

Copy link
Copy Markdown
Member

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.

@github-actions
github-actions Bot requested a review from paleolimbot August 22, 2026 04:51
@jiayuasu
jiayuasu merged commit 3708fa9 into main Aug 23, 2026
5 checks passed
@jiayuasu
jiayuasu deleted the chore/publish-crates-order branch August 23, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants