Releases: fizzbee-io/fizzbee
Releases · fizzbee-io/fizzbee
v0.4.0
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
Cargo updates (#268) Co-authored-by: jayaprabhakar <jayaprabhakar@gmail.com>
v0.3.0
Use monotonic time (#264) Co-authored-by: jayaprabhakar <jayaprabhakar@gmail.com>
v0.2.1
Scaffolding as subcommand of fizz and some fixes to the library (#252) Co-authored-by: jayaprabhakar <jayaprabhakar@gmail.com>
v0.2.0
rename to fizzbee-mbt-runner (#249) Co-authored-by: jayaprabhakar <jayaprabhakar@gmail.com>
v0.1.2
ci: add write permission in release.yaml (#197)
An updated prebuilt libraries
In Mac, recommend downloading with crul/wget from command line instead of using the browser.
First release of prebuilt binaries
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