net-mqtt 0.8.2.3 → 0.8.2.4
raw patch · 2 files changed
+10/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Changelog.md +9/−0
- net-mqtt.cabal +1/−1
Changelog.md view
@@ -1,5 +1,14 @@ # Changelog for net-mqtt +## 0.8.2.4++Minor build changes and code cleanup. Includes LTS update.++## 0.8.2.3++Quick release for updating LTS and deps. Wasn't committed and pushed+because I got lazy.+ ## 0.8.2.2 Fix for pub flow messages with 0 length properties that are explicitly
net-mqtt.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: net-mqtt-version: 0.8.2.3+version: 0.8.2.4 synopsis: An MQTT Protocol Implementation. description: Please see the README on GitHub at <https://github.com/dustin/mqtt-hs#readme> category: Network