Skip to content

v0.15.4

Choose a tag to compare

@Goldziher Goldziher released this 21 May 15:04
· 285 commits to main since this release
v0.15.4
e1db69e

Fixed

  • `crates/spikard-ffi/Cargo.toml`: Restored workspace inheritance for both package metadata (`version`, `license`, `repository`) and internal `spikard*` deps. The v0.15.3 alef regen reverted these back to path-only / literal form, which broke `cargo publish` for `spikard-ffi`. 6 of 7 crates published at v0.15.3 before `spikard-ffi` failed; this release republishes all seven (the existing 0.15.3 versions stay on the registry — crates.io is immutable).

Known issues

  • `pub.dev` still won't accept this release event — Dart's pub.dev policy only allows publishing from `push` or `workflow_dispatch` events, not `release`. Tracking separately.