Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@rust-for-web rust-for-web released this 27 Aug 20:12
· 13 commits to main since this release
e281807

Breaking Changes

  • Improved unknown API responses (#97):
- WorkOsError::ApiError(body)
+ WorkOsError::Unknown {
+     status,
+     body,
+ }

What's Changed

Full Changelog: v0.5.0...v0.6.0