Skip to content

v0.10.2

Choose a tag to compare

@Goldziher Goldziher released this 03 Feb 06:02
f8704bb

Ruby Gem Packaging Fix

Fixed vendor-crates.sh to patch ext/spikard_rb/Cargo.toml path from workspace-relative (../../../../crates/spikard-rb) to vendored (../../vendor/crates/spikard-rb). The published 0.10.1 gem failed to install because this path only exists in the dev repo, not in the distributed gem.

Test Apps Improvements

  • Expanded all 5 language test apps (Python, Node, Ruby, PHP, Rust) from ~5 tests to 13 tests each
  • Fixed test apps to work with actual published API
  • Fixed workflow report job to treat skipped jobs correctly

Full Changelog

See CHANGELOG.md