Skip to content

v0.2.0

Latest

Choose a tag to compare

@ehsanmok ehsanmok released this 12 Aug 02:51
  • Compatible with Mojo 1.0.0.
  • build: switched from the max-nightly to the stable max conda channel for deterministic dependency resolution.
  • morph, mojodoc, and mozz pinned to their own tagged releases (v0.2.0, v0.1.0, v0.2.0) instead of tracking main.
  • Fixed FFI symbol resolution for libsqlite3 bindings (OwnedDLHandle.get_function no longer returns a directly-callable pointer) and C-string handling for nullable return values.