Skip to content

Releases: ehsanmok/mozz

v0.2.0

Choose a tag to compare

@ehsanmok ehsanmok released this 11 Aug 18:28
  • Compatible with Mojo 1.0.0.
  • build: switched from the max-nightly to the stable max conda channel for deterministic dependency resolution.

v0.1.4

Choose a tag to compare

@ehsanmok ehsanmok released this 19 Jun 01:42

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@ehsanmok ehsanmok released this 08 May 18:46
  • Compatible with Mojo 1.0.0b1.
  • CI: drop nightly cron schedule.

v0.1.2

Choose a tag to compare

@ehsanmok ehsanmok released this 29 Apr 01:52

Mojo nightly bump to 1.0.0b1.dev2026042717. Source-only conda
distribution unchanged from v0.1.1.

The Mojo 1.0.0b1 nightly makes def a real closure type with
explicit capture conventions; the function-pointer parameters
in forall / forall_bytes / minimize_bytes / FuzzTarget
are now annotated with the thin keyword to keep them as
no-capture function types and preserve auto-coercion of plain
def literals at the call site. No changes to the calling
contract; existing user code continues to work unchanged.

Install:

```toml
mozz = { git = "https://github.com/ehsanmok/mozz.git", tag = "v0.1.2" }
```

v0.1.1

Choose a tag to compare

@ehsanmok ehsanmok released this 25 Apr 01:12

Drop mojo package from the rattler-build recipe and ship Mojo source directly under lib/mojo/mozz/, matching pprint/uuid/envo/morph/sqlite/tempo. Pins the toolchain to mojo == 0.26.3.0.dev2026042005. No code or API changes since v0.1.0.

v0.1.0

Choose a tag to compare

@ehsanmok ehsanmok released this 15 Apr 05:14

Initial release of mozz: pure-Mojo fuzzing and property-based testing.

Supported features:

  • Raw byte fuzzing with automatic crash minimization via delta-debugging
  • Typed property tests with Gen[T] parametric generators
  • Byte-level property tests
  • Crash replay and minimization from saved corpus
  • Custom type support via companion structs
  • Xoshiro256++ PRNG, seeded and reproducible
  • Seven weighted mutation operators

API documentation: https://ehsanmok.github.io/mozz/