lifx-lan 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+6/−6 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +2/−2
- README.md +3/−3
- lifx-lan.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,5 @@ # Revision history for lifx-lan -## 0.1.0.0 -- YYYY-mm-dd+## 0.1.0.1 -- YYYY-mm-dd -* First version. Released on an unsuspecting world.+* Basic. Only supports setting power and colour.
README.md view
@@ -1,5 +1,5 @@ Bindings to the LIFX LAN API. -Currently very basic. No error-handling, for example - we assume all UDP messages will send successfully.--Only supports setting power and colour.+Currently very basic:+- Only supports setting power and colour.+- No error-handling - we assume all UDP messages will send successfully.
lifx-lan.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: lifx-lan-version: 0.1.0.0+version: 0.1.0.1 license: BSD-3-Clause license-file: LICENSE author: George Thomas