Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 01:41

Breaking Changes

  • ItemLoadRequest
    • rotation field is now a f64 (previously i32)
    • order field is now an i32 (previously Option<i32>).
  • ItemToMove
    • rotation field is now an Option<f64> (previously Option<i32>)