hstratus-notes 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+5/−2 lines, 2 filesdep −proto3-suitePVP ok
version bump matches the API change (PVP)
Dependencies removed: proto3-suite
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- hstratus-notes.cabal +1/−2
ChangeLog.md view
@@ -2,6 +2,10 @@ `icloud-notes` uses [PVP Versioning][1]. +## 0.1.0.2 -- 2026-07-30++* Remove unused `proto3-suite` dependency.+ ## 0.1.0.1 -- 2026-07-30 * Relax `hstratus-auth` upper bound to `<0.3`.
hstratus-notes.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hstratus-notes-version: 0.1.0.1+version: 0.1.0.2 synopsis: Access iCloud Notes description: Browse notes and folders from iCloud Notes using an authenticated session@@ -71,7 +71,6 @@ , http-client >=0.5 && <0.8 , http-types >=0.12.1 && <0.13 , hstratus-auth >=0.1 && <0.3- , proto3-suite >=0.7 && <0.11 , proto3-wire >=1.0 && <2 , text >=1.2.3 && <2.2 , time >=1.9 && <1.15