0.5.4
API updates:
- The
payload
field ofFrameworkError::CommandPanic
has been changed fromBox<dyn Any + Send>
toOption<String>
- This is technically a breaking change
- However, the newly introduced
payload
field in 0.5.3 madeFrameworkError
accidentally not Sync anymore - And
FrameworkError::CommandPanic
has only been introduced a few days ago in 0.5.3 - Therefore, I think it's ok to release this as a patch release to reverse the accidental breaking change from 0.5.3
Detailed changelog: v0.5.3...v0.5.4