You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v0.11.0
- (typst) Bubble up conversion errors as Typst panics avoiding WASM 'unimplemented' traps
- (lua) Bubble up conversion errors from into Lua result types
- (lua) Enable casting Table and other types to enums via __tostring()
- (python) Bubble up conversion errors into Python result types
- (wasm) Bubble up conversion errors into JS results
- (ci) Keep release process from hanging up without cargo tooling
- (crate) [breaking] Implement TryFrom instead of From to avoid panics