- Breaking change:
Nodes now need to be run through an async context manager, e.g.:async with ArtNetNode.create('IP') as node: ...
- Added support for transmitting multiple universes in sync
- Added support for transmitting SACN through the broadcast address
- ruff and typing fixes
- used UV