Skip to content

v0.1.3

Choose a tag to compare

@ehsanmok ehsanmok released this 19 Jun 03:22
· 3 commits to main since this release

Compatible with Mojo v1.0.0b2.

Changes

  • Migrate to Mojo v1.0.0b2 (pin mojo ==1.0.0b2 in pixi.toml and recipe.yaml).
  • Pin the pixi-build-rattler-build backend to ==0.3.13 to avoid the 0.4 build-API break.
  • Update for the b2 reflection API: reflect[T] is now a comptime alias, so drop the call parentheses (reflect[T]() -> reflect[T]) while keeping them on methods.