Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 15 Nov 21:15
· 80 commits to master since this release
v0.11.0
f95bd2c
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