Skip to content

v1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Apr 04:25
AutomationEngine: NUM_SPIN_ATTEMPTS as Int not Long

Loop counters should be Int.  The Long suffix was unnecessary and
produced a LongRange in the for loop.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>