Skip to content

Releases: fizzbee-io/fizzbee

v0.4.0

12 Mar 23:30
4b7a2ff

Choose a tag to compare

Fix: pass symmetry context to all expression evaluation sites (#329)

Symmetry domain methods (values(), fresh(), choices()) require a
SymmetryContext to be set on the Starlark thread. Previously this was
only done for PyStmt, ForStmt iter, and AnyStmt iter — leaving six
evaluation sites that would panic with "symmetry context not found"
if a domain method appeared in those positions:

- IfStmt condition
- AnyStmt condition (the filter, not the iter)
- RequireStmt condition
- ReturnStmt expression
- CallStmt argument expressions
- CallStmt default parameter expressions
- WhileStmt condition
- CheckInvariant (simple one-line invariant form)

Each site now calls createSymmetryContext() before eval and
saveRotationalLastAllocated() after, matching the existing pattern.

Co-authored-by: jayaprabhakar <jayaprabhakar@gmail.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.3.1

17 Nov 18:12
314aaf7

Choose a tag to compare

Cargo updates (#268)

Co-authored-by: jayaprabhakar <jayaprabhakar@gmail.com>

v0.3.0

04 Nov 21:57
9e0bc03

Choose a tag to compare

Use monotonic time (#264)

Co-authored-by: jayaprabhakar <jayaprabhakar@gmail.com>

v0.2.1

05 Oct 03:40
e995d2a

Choose a tag to compare

Scaffolding as subcommand of fizz and some fixes to the library (#252)

Co-authored-by: jayaprabhakar <jayaprabhakar@gmail.com>

v0.2.0

22 Sep 00:52
5b8cc15

Choose a tag to compare

rename to fizzbee-mbt-runner (#249)

Co-authored-by: jayaprabhakar <jayaprabhakar@gmail.com>

v0.1.2

08 May 05:34
04ac67e

Choose a tag to compare

ci: add write permission in release.yaml (#197)

An updated prebuilt libraries

27 Apr 22:17
327d03a

Choose a tag to compare

In Mac, recommend downloading with crul/wget from command line instead of using the browser.

First release of prebuilt binaries

14 Feb 00:29
327d03a

Choose a tag to compare

This is the first release of prebuilt binaries.

At present, I am using date based versioning. We could later switch to semantic versioning.

Extract the archive and run the script ./fizz from that directory or add it the PATH

tar -xzf fizzbee-20250213-macos_x86.tar.gz