Releases: tensorturtle/bleak-fsm
Releases · tensorturtle/bleak-fsm
Bug fixes
v0.2.0: Context manager, simplified BleakModel instantiation.
(manual github release to correspond with pypi)
Breaking changes:
model = BleakModel()
no longer requiresimport machine; machine.add_model(model)
after instantiation.
New features:
- Context manager. When the
async with model:
block is exited, the model is cleaned up automatically.