StateMachine 1.0.3

January 27, 2023

StateMachine 1.0.3 fixes a bug between State and Transition instances sharing references of callbacks when there were multiple concurrent instances of the same StateMachine class.

Bugfixes in 1.0.3

  • #334: Fixed a shared reference of callbacks when there were multiple concurrent instances of the same StateMachine class.