hstratus-auth 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+8/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- hstratus-auth.cabal +3/−1
ChangeLog.md view
@@ -2,6 +2,10 @@ `icloud-auth` uses [PVP Versioning][1]. +## 0.1.0.1 -- 2026-07-28++* Update package metadata.+ ## 0.1.0.0 -- 2026-07-20 * Initial version.
README.md view
@@ -1,4 +1,4 @@-# hstratus-auth — unofficial authentication for iCloud services+# hstratus-auth — authentication for iCloud services `hstratus-auth` authenticates with iCloud using Apple ID credentials stored on disk. The full sign-in flow — SRP credential exchange followed by any required
hstratus-auth.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hstratus-auth-version: 0.1.0.0+version: 0.1.0.1 synopsis: Authenticate with iCloud description: Authenticate with iCloud using Apple ID credentials stored on disk.@@ -14,7 +14,9 @@ without warning if Apple changes their authentication protocol. license: BSD-3-Clause license-file: LICENSE+author: Tim Emiola maintainer: Tim Emiola <adetokunbo@emio.la>+copyright: (c) 2026 Tim Emiola category: Network build-type: Simple tested-with: