packages feed

wled-json 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+9/−2 lines, 2 filesdep +cryptonPVP ok

version bump matches the API change (PVP)

Dependencies added: crypton

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -8,6 +8,10 @@  - Awesome upcoming features! +## 0.1.0.3 - Restrict `crypton <1.1.0` - 2026-08-03++- Restrict `crypton <1.1.0`.+ ## 0.1.0.2 - Allow `rhine-1.6` - 2025-12-01  - Allow `rhine-1.6`.
wled-json.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.38.1.+-- This file has been generated from package.yaml by hpack version 0.39.1. -- -- see: https://github.com/sol/hpack  name:           wled-json-version:        0.1.0.2+version:        0.1.0.3 synopsis:       Convenient interface for interacting with WLED devices description:    Please see the README on GitHub at <https://github.com/alaendle/wled-json#readme> category:       Interfaces@@ -58,6 +58,9 @@   if impl(ghc < 9.6)     build-depends:         crypton-x509-store <1.6.12+  else+    build-depends:+        crypton <1.1.0  executable wled-json-demo   main-is: Main.hs