- Fix parsing of `GetNumberOfZonesResponse` (see [17](https://github.com/tomasbedrich/skydance/pull/17))
1.0.0
- Add support for RGBW commands. - Add zone type detection and parsing.
**BREAKING CHANGES:**
- `skydance.protocol.GetZoneNameCommand` renamed to `skydance.protocol.GetZoneInfoCommand`. - `skydance.protocol.GetZoneNameResponse` renamed to `skydance.protocol.GetZoneInfoResponse`.
0.1.2
- Suppress network errors during session closing.
0.1.1
- Fix byte representation of zone IDs higher than 2.
0.1.0
- Implement `Session` with connection re-creation in case of its failure. - Implement Skydance discovery protocol. - Reverse-engineer more commands. - Make the library Sans I/O (separate IO and protocol logic). - Write basic documentation. - Streamline tests and remove redundant ones.