Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 06:53
· 41 commits to main since this release
Remove Jason as a runtime dependency

Jason is only needed for parity tests and comes transitively through
Rustler. Restrict Rustler to dev/test environments since it's only
needed when building NIFs from source.

Fix struct encoding parity test to compare decoded values instead of
raw JSON strings, since map key order may differ between encoders.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>